mirror of https://github.com/mgba-emu/mgba.git
Windows: Inno Setup fixes
Update minimum Windows version to 7, add DisableDirPage=no
This commit is contained in:
parent
f8ece1ed04
commit
832c0aed27
|
@ -32,10 +32,11 @@ DefaultDirName={pf}\{#AppName}
|
|||
DefaultGroupName={#AppName}
|
||||
AllowNoIcons=yes
|
||||
DirExistsWarning=no
|
||||
DisableDirPage=no
|
||||
ChangesAssociations=True
|
||||
AppendDefaultDirName=False
|
||||
UninstallDisplayIcon={app}\{#AppName}.exe
|
||||
MinVersion=0,6.0
|
||||
MinVersion=6.1
|
||||
AlwaysShowDirOnReadyPage=True
|
||||
UsePreviousSetupType=True
|
||||
UsePreviousTasks=True
|
||||
|
@ -52,7 +53,7 @@ OutputBaseFilename={#AppName}-setup-{#CleanVersionString}-win{#WinBits}
|
|||
UsePreviousLanguage=False
|
||||
DisableWelcomePage=False
|
||||
VersionInfoDescription={#AppName} is an open-source Game Boy Advance emulator
|
||||
VersionInfoCopyright=© 2013–2022 Jeffrey Pfau
|
||||
VersionInfoCopyright=© 2013–2024 Jeffrey Pfau
|
||||
VersionInfoProductName={#AppName}
|
||||
VersionInfoVersion={#AppVer}
|
||||
Compression=lzma2/ultra
|
||||
|
|
Loading…
Reference in New Issue