InnoSetup: Allow specifying the app version externally.

This commit is contained in:
Henrik Rydgård 2017-03-29 16:23:32 +02:00
parent 84d7d5b8df
commit 15f6b5d12d

View File

@ -1,6 +1,11 @@
[Setup]
AppName={cm:AppName}
#ifdef ApplicationVersion
AppVersion={#ApplicationVersion}
#else
; TODO: Get rid of this.
AppVersion=1.3.0
#endif
AppName={cm:AppName}
DefaultDirName={pf}\PPSSPP
; Since no icons will be created in "{group}", we don't need the wizard
; to ask for a Start Menu folder name: