diff --git a/etc/Deployment/make.bat b/etc/Deployment/make.bat index ad75d94f..a6d0cc43 100644 --- a/etc/Deployment/make.bat +++ b/etc/Deployment/make.bat @@ -130,10 +130,16 @@ if "%LAMEXP_REDIST%"=="1" ( ) ) +for %%x in (exe,dll) do ( + for %%f in (%TMP_PATH%\*.%%x) do ( + "%~dp0\..\..\..\Prerequisites\RichHeaderEraser\rchhdrrsr.exe" "%%~ff" + ) +) + for %%e in (LameXP,Qt,MUtils) do ( for %%x in (exe,dll) do ( for %%f in (%TMP_PATH%\%%e*.%%x) do ( - "%~dp0\..\..\..\Prerequisites\UPX\upx.exe" --best "%%f" + "%~dp0\..\..\..\Prerequisites\UPX\upx.exe" --best "%%~ff" ) ) ) diff --git a/src/Config.h b/src/Config.h index b009c031..336c2d14 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 8 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 5 -#define VER_LAMEXP_BUILD 2226 +#define VER_LAMEXP_BUILD 2228 #define VER_LAMEXP_CONFG 2188 ///////////////////////////////////////////////////////////////////////////////