X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=aweather.nsi;h=c897f01e1f9e66b14708f520653cb6bec87b574d;hb=5afabaf5a53cadb3f8071fa89a9878282a9b7389;hp=aa27d56739f49c1d7a1a3e202751da3b561c8015;hpb=5761f0ec012080b2f12c5e29a93a97b9a7ede4b4;p=aweather diff --git a/aweather.nsi b/aweather.nsi index aa27d56..c897f01 100644 --- a/aweather.nsi +++ b/aweather.nsi @@ -66,7 +66,7 @@ sectionEnd Section "Desktop Icons" setOutPath $INSTDIR\bin - CreateShortCut "$DESKTOP\AWeather.exe.lnk" "$INSTDIR\bin\aweather.exe" "" "$INSTDIR\bin\aweather.exe" 0 + CreateShortCut "$DESKTOP\AWeather.lnk" "$INSTDIR\bin\aweather.exe" "" "$INSTDIR\bin\aweather.exe" 0 SectionEnd Section "Start Menu Shortcuts" @@ -74,6 +74,7 @@ Section "Start Menu Shortcuts" CreateDirectory "$SMPROGRAMS\AWeather" CreateShortCut "$SMPROGRAMS\AWeather\Uninstall AWeather.lnk" "$INSTDIR\uninstaller.exe" "" "$INSTDIR\uninstaller.exe" 0 CreateShortCut "$SMPROGRAMS\AWeather\AWeather.lnk" "$INSTDIR\bin\aweather.exe" "" "$INSTDIR\bin\aweather.exe" 0 + CreateShortCut "$SMPROGRAMS\AWeather\AWeather (debug).lnk" "cmd.exe" "/K aweather-dbg.exe -d 7" "$INSTDIR\bin\aweather-dbg.exe" 0 SectionEnd section "Uninstall"