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"
|
||||
createShortcut startMenuItem
|
||||
[ Target "wscript.exe"
|
||||
, Parameters "$INSTDIR/git-annex-webapp.vbs"
|
||||
, Parameters "\"$INSTDIR/git-annex-webapp.vbs\""
|
||||
, StartOptions "SW_SHOWMINIMIZED"
|
||||
, IconFile "$INSTDIR/git-annex.exe"
|
||||
, IconIndex 2
|
||||
|
@ -129,7 +129,7 @@ makeInstaller gitannex license extrafiles = nsis $ do
|
|||
]
|
||||
createShortcut autoStartItem
|
||||
[ Target "wscript.exe"
|
||||
, Parameters "$INSTDIR/git-annex-autostart.vbs"
|
||||
, Parameters "\"$INSTDIR/git-annex-autostart.vbs\""
|
||||
, StartOptions "SW_SHOWMINIMIZED"
|
||||
, IconFile "$INSTDIR/git-annex.exe"
|
||||
, IconIndex 2
|
||||
|
|
Loading…
Add table
Reference in a new issue