mirror of https://github.com/mgba-emu/mgba.git
Win32: Improve version handling in Inno Setup
This commit is contained in:
parent
df9c5f5f91
commit
a4f669969e
|
@ -39,8 +39,10 @@ UsePreviousTasks=True
|
||||||
AlwaysShowGroupOnReadyPage=True
|
AlwaysShowGroupOnReadyPage=True
|
||||||
LicenseFile=LICENSE.txt
|
LicenseFile=LICENSE.txt
|
||||||
#if IsRelease==yes;
|
#if IsRelease==yes;
|
||||||
|
AppVerName=mGBA {#AppVer}
|
||||||
OutputBaseFilename=mGBA-{#AppVer}-win32
|
OutputBaseFilename=mGBA-{#AppVer}-win32
|
||||||
#elif IsRelease==no;
|
#elif IsRelease==no;
|
||||||
|
AppVerName=mGBA (Development build)
|
||||||
OutputBaseFilename=mGBA-setup-latest-win32
|
OutputBaseFilename=mGBA-setup-latest-win32
|
||||||
#endif
|
#endif
|
||||||
UsePreviousLanguage=False
|
UsePreviousLanguage=False
|
||||||
|
|
Loading…
Reference in New Issue