From 63b635474f8c6ef68021e8f11b88c11d67093438 Mon Sep 17 00:00:00 2001 From: RedBlackAka <140876408+RedBlackAka@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:16:22 +0100 Subject: [PATCH] Clean up Windows Start Menu entry 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. --- Source/Installer/Installer.iss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/Installer/Installer.iss b/Source/Installer/Installer.iss index 35d0d6621..f1fe3a960 100644 --- a/Source/Installer/Installer.iss +++ b/Source/Installer/Installer.iss @@ -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"