specify makensis path in build script
This commit is contained in:
parent
ddf98cd644
commit
b1b332592f
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ main = do
|
|||
let license = tmpdir </> licensefile
|
||||
mustSucceed "sh" [Param "-c", Param $ "zcat standalone/licences.gz > '" ++ license ++ "'"]
|
||||
writeFile nsifile $ makeInstaller gitannex license
|
||||
mustSucceed "C:\\Program Files\\NSIS\\makensis" [File nsifile]
|
||||
mustSucceed "makensis" [File nsifile]
|
||||
removeFile nsifile -- left behind if makensis fails
|
||||
where
|
||||
nsifile = "git-annex.nsi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue