all repos — mgba @ a4f669969e7eac6aa90bd3972d2d50acbc116d94

mGBA Game Boy Advance Emulator

Win32: Improve version handling in Inno Setup
rootfather rootfather@scummvm.org
Fri, 08 Dec 2017 20:07:30 +0100
commit

a4f669969e7eac6aa90bd3972d2d50acbc116d94

parent

df9c5f5f91727068cbe2dc28af8e2d4cceb539e0

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M tools/windows/mgba-setup-win32.isstools/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