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 (License license)
|
||||||
page InstFiles -- Give a progress bar while installing
|
page InstFiles -- Give a progress bar while installing
|
||||||
-- Start menu shortcut
|
-- Start menu shortcut
|
||||||
createDirectory "$SMPROGRAMS"
|
Development.NSIS.createDirectory "$SMPROGRAMS"
|
||||||
createShortcut "$SMPROGRAMS/git-annex.lnk"
|
createShortcut "$SMPROGRAMS/git-annex.lnk"
|
||||||
[ Target "$INSTDIR/git-annex.exe"
|
[ Target "$INSTDIR/git-annex.exe"
|
||||||
, Parameter "webapp"
|
, Parameters "webapp"
|
||||||
, IconFile "$INSTDIR/git-annex.exe"
|
, IconFile "$INSTDIR/git-annex.exe"
|
||||||
, IconIndex 2
|
, IconIndex 2
|
||||||
, StartOptions "SW_SHOWNORMAL"
|
, StartOptions "SW_SHOWNORMAL"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue