mirror of https://github.com/mgba-emu/mgba.git
Win32: Fix supressing start menu item creation
This commit is contained in:
parent
3f10823ef5
commit
78343663c4
|
@ -89,7 +89,7 @@ Source: "{#ResDir}\shaders\*"; DestDir: "{app}\shaders\"; Flags: ignoreversion r
|
|||
Source: "{#ResDir}\licenses\*"; DestDir: "{app}\licenses\"; Flags: ignoreversion recursesubdirs
|
||||
|
||||
[Icons]
|
||||
Name: "{commonstartmenu}\{#AppName}"; Filename: "{app}\{#AppName}.exe"
|
||||
Name: "{commonstartmenu}\{#AppName}"; Filename: "{app}\{#AppName}.exe"; Check: not WizardNoIcons
|
||||
Name: "{commondesktop}\{#AppName}"; Filename: "{app}\{#AppName}.exe"; Tasks: desktopicon
|
||||
|
||||
[Run]
|
||||
|
|
Loading…
Reference in New Issue