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:
RedBlackAka 2025-02-21 02:39:56 +01:00 committed by GitHub
parent daa8dbc833
commit e2e1766c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -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"