Fixed installer to include *.rcc files, if any.
This commit is contained in:
parent
caca99eb97
commit
a58372aa99
@ -575,6 +575,7 @@ Section "!Install Files"
|
|||||||
|
|
||||||
File /a `/oname=$R0` `${LAMEXP_SOURCE_PATH}\LameXP.exe`
|
File /a `/oname=$R0` `${LAMEXP_SOURCE_PATH}\LameXP.exe`
|
||||||
File /nonfatal /a /r `${LAMEXP_SOURCE_PATH}\*.dll`
|
File /nonfatal /a /r `${LAMEXP_SOURCE_PATH}\*.dll`
|
||||||
|
File /nonfatal /a /r `${LAMEXP_SOURCE_PATH}\*.rcc`
|
||||||
|
|
||||||
${StdUtils.GetFileNamePart} $R1 "$R0"
|
${StdUtils.GetFileNamePart} $R1 "$R0"
|
||||||
File /a `/oname=$R1.VisualElementsManifest.xml` `${LAMEXP_SOURCE_PATH}\LameXP.VisualElementsManifest.xml`
|
File /a `/oname=$R1.VisualElementsManifest.xml` `${LAMEXP_SOURCE_PATH}\LameXP.VisualElementsManifest.xml`
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#define VER_LAMEXP_MINOR_LO 7
|
#define VER_LAMEXP_MINOR_LO 7
|
||||||
#define VER_LAMEXP_TYPE Beta
|
#define VER_LAMEXP_TYPE Beta
|
||||||
#define VER_LAMEXP_PATCH 1
|
#define VER_LAMEXP_PATCH 1
|
||||||
#define VER_LAMEXP_BUILD 2152
|
#define VER_LAMEXP_BUILD 2153
|
||||||
#define VER_LAMEXP_CONFG 2134
|
#define VER_LAMEXP_CONFG 2134
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user