mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-12 01:25:55 +00:00
InnoSetup: Allow specifying the app version externally.
This commit is contained in:
parent
84d7d5b8df
commit
15f6b5d12d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user