crazy quote for spaces
This commit is contained in:
parent
883aa84209
commit
a8b6ff0ff2
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ makeInstaller gitannex license extrafiles = nsis $ do
|
||||||
Development.NSIS.createDirectory "$SMPROGRAMS"
|
Development.NSIS.createDirectory "$SMPROGRAMS"
|
||||||
createShortcut startMenuItem
|
createShortcut startMenuItem
|
||||||
[ Target "wscript.exe"
|
[ Target "wscript.exe"
|
||||||
, Parameters "$INSTDIR/git-annex-webapp.vbs"
|
, Parameters "\"$INSTDIR/git-annex-webapp.vbs\""
|
||||||
, StartOptions "SW_SHOWMINIMIZED"
|
, StartOptions "SW_SHOWMINIMIZED"
|
||||||
, IconFile "$INSTDIR/git-annex.exe"
|
, IconFile "$INSTDIR/git-annex.exe"
|
||||||
, IconIndex 2
|
, IconIndex 2
|
||||||
|
@ -129,7 +129,7 @@ makeInstaller gitannex license extrafiles = nsis $ do
|
||||||
]
|
]
|
||||||
createShortcut autoStartItem
|
createShortcut autoStartItem
|
||||||
[ Target "wscript.exe"
|
[ Target "wscript.exe"
|
||||||
, Parameters "$INSTDIR/git-annex-autostart.vbs"
|
, Parameters "\"$INSTDIR/git-annex-autostart.vbs\""
|
||||||
, StartOptions "SW_SHOWMINIMIZED"
|
, StartOptions "SW_SHOWMINIMIZED"
|
||||||
, IconFile "$INSTDIR/git-annex.exe"
|
, IconFile "$INSTDIR/git-annex.exe"
|
||||||
, IconIndex 2
|
, IconIndex 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue