]> Pileus Git - aweather/blobdiff - aweather.nsi
Leave nop sites out of the preference dialog
[aweather] / aweather.nsi
index aa27d56739f49c1d7a1a3e202751da3b561c8015..5db4eec6c8aa7edd180da31b68663328911f8be3 100644 (file)
@@ -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"