fix windows build
This commit is contained in:
parent
2f910640b1
commit
f2abeaae12
1 changed files with 4 additions and 1 deletions
|
|
@ -61,7 +61,10 @@ main = do
|
|||
let gitannexcmd = tmpdir </> literalOsPath "git-annex.cmd"
|
||||
F.writeFileString gitannexcmd "git annex %*"
|
||||
F.writeFileString (toOsPath nsifile) $ makeInstaller
|
||||
gitannex gitannexcmd license htmlhelp (winPrograms ++ magicDLLs') magicShare'
|
||||
gitannex (fromOsPath gitannexcmd) license
|
||||
(fromOsPath htmlhelp)
|
||||
(winPrograms ++ magicDLLs')
|
||||
magicShare'
|
||||
[ webappscript, autostartscript ]
|
||||
mustSucceed "makensis" [File nsifile]
|
||||
removeFile (toOsPath nsifile) -- left behind if makensis fails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue