Fixed installer to include *.rcc files, if any.

This commit is contained in:
LoRd_MuldeR 2018-08-26 19:42:49 +02:00
parent caca99eb97
commit a58372aa99
2 changed files with 2 additions and 1 deletions

View File

@ -575,6 +575,7 @@ Section "!Install Files"
File /a `/oname=$R0` `${LAMEXP_SOURCE_PATH}\LameXP.exe`
File /nonfatal /a /r `${LAMEXP_SOURCE_PATH}\*.dll`
File /nonfatal /a /r `${LAMEXP_SOURCE_PATH}\*.rcc`
${StdUtils.GetFileNamePart} $R1 "$R0"
File /a `/oname=$R1.VisualElementsManifest.xml` `${LAMEXP_SOURCE_PATH}\LameXP.VisualElementsManifest.xml`

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 7
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 2152
#define VER_LAMEXP_BUILD 2153
#define VER_LAMEXP_CONFG 2134
///////////////////////////////////////////////////////////////////////////////