diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 05c04cba..1a5ef362 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -84,10 +84,8 @@ ;Manifest ;-------------------------------- -!packhdr "$%TEMP%\~exehead.tmp" `"..\Utilities\ResHacker.exe" -addoverwrite "$%TEMP%\~exehead.tmp", "$%TEMP%\~exehead.tmp", "setup.manifest", 24,1,1033` - -!delfile "..\Utilities\ResHacker.log" -!delfile "..\Utilities\ResHacker.ini" +!tempfile PACKHDRTEMP +!packhdr "${PACKHDRTEMP}" '"..\Utilities\MT.exe" -manifest "setup.manifest" -outputresource:"${PACKHDRTEMP};1"' ;-------------------------------- diff --git a/etc/Utilities/MT.exe b/etc/Utilities/MT.exe new file mode 100644 index 00000000..a8bf4208 Binary files /dev/null and b/etc/Utilities/MT.exe differ diff --git a/etc/Utilities/MT.exe.config b/etc/Utilities/MT.exe.config new file mode 100644 index 00000000..88376d84 --- /dev/null +++ b/etc/Utilities/MT.exe.config @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/etc/Utilities/ResHacker.exe b/etc/Utilities/ResHacker.exe deleted file mode 100644 index f3d4e570..00000000 Binary files a/etc/Utilities/ResHacker.exe and /dev/null differ diff --git a/res/sha1.exe b/res/sha1.exe new file mode 100644 index 00000000..95cb0d67 Binary files /dev/null and b/res/sha1.exe differ diff --git a/src/Config.h b/src/Config.h index 93f4b826..55b10c7a 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 2 #define VER_LAMEXP_TYPE RC #define VER_LAMEXP_PATCH 2 -#define VER_LAMEXP_BUILD 1807 +#define VER_LAMEXP_BUILD 1808 #define VER_LAMEXP_CONFG 1700 ///////////////////////////////////////////////////////////////////////////////