fixes
This commit is contained in:
parent
1d0f77fca2
commit
7d9b3e9598
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue