X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=aweather.nsi;h=5db4eec6c8aa7edd180da31b68663328911f8be3;hp=aa27d56739f49c1d7a1a3e202751da3b561c8015;hb=c77f73c18bba99728178057fcce0441aab3a4026;hpb=5761f0ec012080b2f12c5e29a93a97b9a7ede4b4 diff --git a/aweather.nsi b/aweather.nsi index aa27d56..5db4eec 100644 --- a/aweather.nsi +++ b/aweather.nsi @@ -23,7 +23,7 @@ name "AWeather" outFile "aweather-${VERSION}.exe" !endif installDir AWeather -Icon "data/aweather.ico" +Icon "data/icons/48x48/aweather.ico" !define MUI_ABORTWARNING @@ -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"