X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-pkg;a=blobdiff_plain;f=win%2Faweather.nsi;h=e316b510091566e136e9524a62ea84cbc717330c;hp=e7bf6235de6714a0b33cefbdf65aa9a7896e819b;hb=ac7230683b9cef8b6f6e5428386f629e109d3949;hpb=66954635170ff696ea2e7c2fe88a5594047b4bd3 diff --git a/win/aweather.nsi b/win/aweather.nsi index e7bf623..e316b51 100644 --- a/win/aweather.nsi +++ b/win/aweather.nsi @@ -19,9 +19,9 @@ Name "AWeather" !define VERSION LATEST !endif !ifdef USE_GTK - OutFile "aweather-${VERSION}-gtk.exe" + OutFile "${ROOT}/aweather-${VERSION}-gtk.exe" !else - OutFile "aweather-${VERSION}.exe" + OutFile "${ROOT}/aweather-${VERSION}.exe" !endif InstallDir AWeather Icon "${ROOT}/data/icons/48x48/aweather.ico" @@ -43,9 +43,9 @@ Section "AWeather (required)" SecAWeather SectionIn RO SetOutPath $INSTDIR - File /r build/* + File /r ${ROOT}/build/* !ifdef USE_GTK - file /r gtk/* + file /r ${ROOT}/gtk/* !endif StrCmp $MultiUser.InstallMode "AllUsers" 0 +4