diff --git a/res/loc/po/!update.cmd b/res/loc/po/!update.cmd index a127872b..7f1fdbcd 100644 --- a/res/loc/po/!update.cmd +++ b/res/loc/po/!update.cmd @@ -1,5 +1,5 @@ @echo off -if not exist pollock.exe curl https://rufus.ie/locale/pollock.exe --output pollock.exe +if not exist pollock.exe curl https://rufus-web.akeo.ie/locale/pollock.exe --output pollock.exe cls :menu echo 1 - Import .po into .loc @@ -16,5 +16,5 @@ if ERRORLEVEL==1 ( goto menu ) :exit -del *.pot -del *.mo \ No newline at end of file +del *.pot 2>NUL: +del *.mo 2>NUL: \ No newline at end of file diff --git a/src/rufus.rc b/src/rufus.rc index 8db83cb2..d15d0f18 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.5.1432" +CAPTION "Rufus 3.5.1433" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -394,8 +394,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,5,1432,0 - PRODUCTVERSION 3,5,1432,0 + FILEVERSION 3,5,1433,0 + PRODUCTVERSION 3,5,1433,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -413,13 +413,13 @@ BEGIN VALUE "Comments", "https://akeo.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.5.1432" + VALUE "FileVersion", "3.5.1433" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2018 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus-3.5.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.5.1432" + VALUE "ProductVersion", "3.5.1433" END END BLOCK "VarFileInfo"