diff options
-rw-r--r-- | Build/NullSoftInstaller.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index b6a8995d2..083b50786 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -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"
|