This commit is contained in:
Joey Hess 2013-12-10 00:17:20 -04:00
parent 1d0f77fca2
commit 7d9b3e9598

View file

@ -96,10 +96,10 @@ makeInstaller gitannex license extrafiles = nsis $ do
page (License license)
page InstFiles -- Give a progress bar while installing
-- Start menu shortcut
createDirectory "$SMPROGRAMS"
Development.NSIS.createDirectory "$SMPROGRAMS"
createShortcut "$SMPROGRAMS/git-annex.lnk"
[ Target "$INSTDIR/git-annex.exe"
, Parameter "webapp"
, Parameters "webapp"
, IconFile "$INSTDIR/git-annex.exe"
, IconIndex 2
, StartOptions "SW_SHOWNORMAL"