Win32: Improve version handling in Inno Setup
rootfather rootfather@scummvm.org
Fri, 08 Dec 2017 20:07:30 +0100
1 files changed,
2 insertions(+),
0 deletions(-)
M
tools/windows/mgba-setup-win32.iss
→
tools/windows/mgba-setup-win32.iss
@@ -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