Win32: Improve version handling in Inno Setup

This commit is contained in:
rootfather 2017-12-08 20:07:30 +01:00 committed by Vicki Pfau
parent df9c5f5f91
commit a4f669969e
1 changed files with 2 additions and 0 deletions

View File

@ -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