From 82a35b651b4c751c515d50b547beb3b297263430 Mon Sep 17 00:00:00 2001 From: hyperiris Date: Thu, 14 Jan 2010 13:38:45 +0000 Subject: [PATCH] Setup: more shortcut stuff git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4833 8ced0084-cf51-0410-be5f-012b33b47a6e --- Installer/Installer_win32.nsi | 2 +- Installer/Installer_x64.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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