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
|
||||
LicenseFile=LICENSE.txt
|
||||
#if IsRelease==yes;
|
||||
AppVerName=mGBA {#AppVer}
|
||||
OutputBaseFilename=mGBA-{#AppVer}-win32
|
||||
#elif IsRelease==no;
|
||||
AppVerName=mGBA (Development build)
|
||||
OutputBaseFilename=mGBA-setup-latest-win32
|
||||
#endif
|
||||
UsePreviousLanguage=False
|
||||
|
|
Loading…
Reference in New Issue