diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 00:17:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 00:17:20 -0400 |
commit | 51b8bbb3b343df465122e1d10e788fbd260ab2ea (patch) | |
tree | 8a42cb31dd3dba87108aa43a2f58736fa7fd02f9 /Build/NullSoftInstaller.hs | |
parent | 54d9f38db074ece312a4be51dd7c3c215dd43f92 (diff) |
fixes
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-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"
|