Clean up Windows Start Menu entry (#2465)
Cleans up the Windows Start Menu entry for the Windows installer. Having an uninstall shortcut is obsolete and an unclean practice in Windows 10+. Same for support. This change makes Project64 directly appear on the Start Menu, not requiring further clicks to expand and making the appearance clean.
This commit is contained in:
parent
daa8dbc833
commit
e2e1766c82
|
@ -54,9 +54,7 @@ Name: "{app}\Plugin\GFX\GLideN64"; Permissions: everyone-full
|
|||
|
||||
[Icons]
|
||||
Name: "{commondesktop}\Project64"; Filename: "{app}\Project64.exe"; Tasks: desktopicon
|
||||
Name: "{commonprograms}\Project64 4.0\Project64"; Filename: "{app}\Project64.exe"
|
||||
Name: "{commonprograms}\Project64 4.0\Uninstall Project64 4.0"; Filename: "{uninstallexe}"; Parameters: "/LOG"; Flags: createonlyiffileexists
|
||||
Name: "{commonprograms}\Project64 4.0\Support"; Filename: "https://discord.gg/Cg3zquF"
|
||||
Name: "{commonprograms}\Project64"; Filename: "{app}\Project64.exe"
|
||||
|
||||
[Tasks]
|
||||
Name: desktopicon; Description: "Create a &desktop icon"
|
||||
|
|
Loading…
Reference in New Issue