fix(installer): add version info to installer

This commit is contained in:
Sefa Eyeoglu 2022-06-12 14:51:24 +02:00
parent 065e38c6aa
commit 2ce4ce9064
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -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
Section "@Launcher_CommonName@"