Skip to content

Commit

Permalink
[internal] fix AppVeyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Oct 27, 2018
1 parent d906765 commit c2c2249
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ environment:
matrix:
- CONFIGURATION: Debug
COMPILER: MSVC
PLATFORM: x86_32
PLATFORM: x86
- CONFIGURATION: Debug
COMPILER: MSVC
PLATFORM: x86_64
PLATFORM: x64
- CONFIGURATION: Release
COMPILER: MSVC
PLATFORM: x86_32
PLATFORM: x86
- CONFIGURATION: Release
COMPILER: MSVC
PLATFORM: x86_64
PLATFORM: x64
- CONFIGURATION: Release
COMPILER: MinGW
PLATFORM: i686
Expand All @@ -41,7 +41,7 @@ environment:
PLATFORM: x86_64
- CONFIGURATION: Release
COMPILER: Coverity
PLATFORM: x86_32
PLATFORM: x86

init:
# Set the AppVeyor build version number to our tag or, if untagged, to the commit hash
Expand Down
10 changes: 5 additions & 5 deletions src/rufus.rc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 232, 326
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 3.4.1418"
CAPTION "Rufus 3.4.1419"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
Expand Down Expand Up @@ -392,8 +392,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,4,1418,0
PRODUCTVERSION 3,4,1418,0
FILEVERSION 3,4,1419,0
PRODUCTVERSION 3,4,1419,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -411,13 +411,13 @@ BEGIN
VALUE "Comments", "https://akeo.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "3.4.1418"
VALUE "FileVersion", "3.4.1419"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "� 2011-2018 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "rufus-3.4.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "3.4.1418"
VALUE "ProductVersion", "3.4.1419"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit c2c2249

Please sign in to comment.