Setup: more shortcut stuff

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4833 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hyperiris 2010-01-14 13:38:45 +00:00
parent 09d2468ee8
commit 82a35b651b
2 changed files with 2 additions and 2 deletions

View File

@ -244,5 +244,5 @@ Section Uninstall
SectionEnd
Function LaunchDolphin
ExecShell "" "$DESKTOP\$(^Name).lnk"
ExecShell "" "$DESKTOP\Dolphin.lnk"
FunctionEnd

View File

@ -254,5 +254,5 @@ Section Uninstall
SectionEnd
Function LaunchDolphin
ExecShell "" "$DESKTOP\$(^Name).lnk"
ExecShell "" "$DESKTOP\Dolphin x64.lnk"
FunctionEnd