diff --git a/_sign.cmd b/_sign.cmd index 0f50745b..6ce08968 100644 --- a/_sign.cmd +++ b/_sign.cmd @@ -1,7 +1,9 @@ +@echo off :retry -@set /p password=Please enter PFX password: -@"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool" sign /v /fd SHA1 /f D:\Secured\akeo\sha1\akeo.p12 /p %password% /tr http://timestamp.comodoca.com/rfc3161 /td SHA1 %1 %2 %3 %4 -@"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool" sign /as /v /fd SHA256 /f D:\Secured\akeo\akeo.p12 /p %password% /tr http://timestamp.comodoca.com/rfc3161 /td SHA256 %1 %2 %3 %4 -@if ERRORLEVEL 1 goto retry -@set password= -@exit +set /p password=Please enter PFX password: +"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool" sign /v /fd SHA1 /f D:\Secured\akeo\sha1\akeo.p12 /p %password% /tr http://timestamp.comodoca.com/rfc3161 /td SHA1 %1 +if ERRORLEVEL 1 goto retry +"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool" sign /as /v /fd SHA256 /f D:\Secured\akeo\akeo.p12 /p %password% /tr http://timestamp.comodoca.com/rfc3161 /td SHA256 %1 +if ERRORLEVEL 1 goto retry +set password= +exit diff --git a/res/uefi/readme.txt b/res/uefi/readme.txt index 55c85d88..5d3f40da 100644 --- a/res/uefi/readme.txt +++ b/res/uefi/readme.txt @@ -4,10 +4,10 @@ Rufus for NTFS UEFI boot support. See https://github.com/pbatard/uefi-ntfs. This image, which you can mount as FAT filesystem or open in 7-zip, contains the following data: o The NTFS UEFI drivers from efifs (https://github.com/pbatard/efifs) which were - compiled, with compression disabled, using Visual Studio 2013 Community Edition. - These are the \EFI\Rufus\ntfs_[x32|x64].efi files. + compiled, with compression disabled, using Visual Studio 2015 Community Edition. + These are the \EFI\Rufus\ntfs_[ia32|x64].efi files. o The UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were also - compiled using Visual Studio 2013 Community Edition. + compiled using Visual Studio 2015 Community Edition. These are the \EFI\Boot\boot[ia32|x64].efi files. The FAT partition was created on Debian GNU/Linux using the following commands diff --git a/res/uefi/uefi-ntfs.img b/res/uefi/uefi-ntfs.img index 150c61a3..78db98c8 100644 Binary files a/res/uefi/uefi-ntfs.img and b/res/uefi/uefi-ntfs.img differ diff --git a/src/rufus.rc b/src/rufus.rc index b75de2d9..b1fad6b5 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 242, 376 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 2.7.843" +CAPTION "Rufus 2.7.844" FONT 8, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8 @@ -320,8 +320,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,7,843,0 - PRODUCTVERSION 2,7,843,0 + FILEVERSION 2,7,844,0 + PRODUCTVERSION 2,7,844,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -338,13 +338,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.7.843" + VALUE "FileVersion", "2.7.844" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2016 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "2.7.843" + VALUE "ProductVersion", "2.7.844" END END BLOCK "VarFileInfo"