diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index 553532b3..1fe6e422 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -516,9 +516,10 @@ FunctionEnd Delete ${options} "$INSTDIR\FAQ.html" Delete ${options} "$INSTDIR\Howto.html" Delete ${options} "$INSTDIR\LameEnc.sys" - Delete ${options} "$INSTDIR\LameXP.exe" - Delete ${options} "$INSTDIR\LameXP.exe.sig" - Delete ${options} "$INSTDIR\LameXP-Portable.exe" + Delete ${options} "$INSTDIR\LameXP*.exe" + Delete ${options} "$INSTDIR\LameXP*.exe.sig" + Delete ${options} "$INSTDIR\LameXP*.rcc" + Delete ${options} "$INSTDIR\LameXP*.VisualElementsManifest.xml" Delete ${options} "$INSTDIR\License.txt" Delete ${options} "$INSTDIR\Manual.html" Delete ${options} "$INSTDIR\Readme.htm" @@ -536,7 +537,6 @@ FunctionEnd Delete ${options} "$INSTDIR\vccorlib*.dll" Delete ${options} "$INSTDIR\api-ms-*.dll" Delete ${options} "$INSTDIR\ucrtbase.dll" - Delete ${options} "$INSTDIR\*.VisualElementsManifest.xml" RMDir /r ${options} "$INSTDIR\cache" RMDir /r ${options} "$INSTDIR\img" diff --git a/src/Config.h b/src/Config.h index eb0fcf37..68077bac 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 6 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 2 -#define VER_LAMEXP_BUILD 2074 +#define VER_LAMEXP_BUILD 2075 #define VER_LAMEXP_CONFG 2002 ///////////////////////////////////////////////////////////////////////////////