fix(installer): add version info to installer
This commit is contained in:
parent
065e38c6aa
commit
2ce4ce9064
1 changed files with 7 additions and 0 deletions
|
@ -101,6 +101,13 @@ OutFile "../@Launcher_CommonName@-Setup.exe"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
||||||
|
; Version info
|
||||||
|
VIProductVersion "@Launcher_RELEASE_VERSION_NAME@"
|
||||||
|
VIFileVersion "@Launcher_RELEASE_VERSION_NAME@"
|
||||||
|
VIAddVersionKey "FileVersion" "@Launcher_RELEASE_VERSION_NAME@"
|
||||||
|
|
||||||
|
;--------------------------------
|
||||||
|
|
||||||
; The stuff to install
|
; The stuff to install
|
||||||
Section "@Launcher_CommonName@"
|
Section "@Launcher_CommonName@"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue