diff --git a/_sign.cmd b/_sign.cmd index c58f8a28..d302255d 100644 --- a/_sign.cmd +++ b/_sign.cmd @@ -1,2 +1,2 @@ @echo off -"C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool" sign /v /sha1 9ce9a71ccab3b38a74781b975f1c228222cf7d3b /fd SHA256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp %1 +"C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64\signtool" sign /v /sha1 9ce9a71ccab3b38a74781b975f1c228222cf7d3b /fd SHA256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td SHA256 %1 diff --git a/res/appstore/packme.cmd b/res/appstore/packme.cmd index 7e23749e..3f94f018 100644 --- a/res/appstore/packme.cmd +++ b/res/appstore/packme.cmd @@ -22,7 +22,7 @@ del /q *.appx >NUL 2>&1 del /q *.appxbundle >NUL 2>&1 del /q *.map >NUL 2>&1 -set WDK_PATH=C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64 +set WDK_PATH=C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x64 set ZIP_PATH=C:\Program Files\7-Zip set SIGNATURE_SHA1=9ce9a71ccab3b38a74781b975f1c228222cf7d3b set MSBUILD_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin @@ -73,7 +73,7 @@ del version.txt echo Will create %VERSION% AppStore Bundle pause -"%WDK_PATH%\signtool" sign /v /sha1 %SIGNATURE_SHA1% /fd SHA256 /td SHA256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp *.exe +"%WDK_PATH%\signtool" sign /v /sha1 %SIGNATURE_SHA1% /fd SHA256 /tr http://sha256timestamp.ws.symantec.com/sha256/timestamp /td SHA256 *.exe if ERRORLEVEL 1 goto out echo [Files]> bundle.map diff --git a/src/rufus.c b/src/rufus.c index 1a397bd0..e3aac859 100755 --- a/src/rufus.c +++ b/src/rufus.c @@ -1263,7 +1263,7 @@ DWORD WINAPI ImageScanThread(LPVOID param) const char* redhat8_derivative[] = { "^AlmaLinux-8.*", // AlmaLinux 8.x "^Fedora.*-3[3-9].*", // Fedora 33-39 - "^CentOS-8.*", // CentOS 8.x + "^CentOS.*-8.*", // CentOS and CentOS Stream 8.x "^OL-8.*", // Oracle Linux 8.x "^RHEL-8.*", // Red Hat 8.x "^Rocky-8.*", // Rocky Linux 8.x diff --git a/src/rufus.rc b/src/rufus.rc index b9a57788..bb970462 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -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.18.1853" +CAPTION "Rufus 3.18.1854" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -395,8 +395,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,18,1853,0 - PRODUCTVERSION 3,18,1853,0 + FILEVERSION 3,18,1854,0 + PRODUCTVERSION 3,18,1854,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -414,13 +414,13 @@ BEGIN VALUE "Comments", "https://rufus.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.18.1853" + VALUE "FileVersion", "3.18.1854" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2021 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html" VALUE "OriginalFilename", "rufus-3.18.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.18.1853" + VALUE "ProductVersion", "3.18.1854" END END BLOCK "VarFileInfo"