diff --git a/Installer/Installer_win32.nsi b/Installer/Installer_win32.nsi index 812c553e8b..908289ba32 100644 --- a/Installer/Installer_win32.nsi +++ b/Installer/Installer_win32.nsi @@ -244,5 +244,5 @@ Section Uninstall SectionEnd Function LaunchDolphin - ExecShell "" "$DESKTOP\$(^Name).lnk" + ExecShell "" "$DESKTOP\Dolphin.lnk" FunctionEnd \ No newline at end of file diff --git a/Installer/Installer_x64.nsi b/Installer/Installer_x64.nsi index cbca8385c4..726409aa8e 100644 --- a/Installer/Installer_x64.nsi +++ b/Installer/Installer_x64.nsi @@ -254,5 +254,5 @@ Section Uninstall SectionEnd Function LaunchDolphin - ExecShell "" "$DESKTOP\$(^Name).lnk" + ExecShell "" "$DESKTOP\Dolphin x64.lnk" FunctionEnd \ No newline at end of file