ln from stack install location to nsis location
This commit is contained in:
parent
3761f5a052
commit
edcce072a6
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ main = do
|
|||
withTmpDir "nsis-build" $ \tmpdir -> do
|
||||
let gitannex = tmpdir </> gitannexprogram
|
||||
mustSucceed "stack" [Param "--local-bin-path", File ".", Param "install"]
|
||||
mustSucceed "ln" [File "git-annex.exe", File gitannex]
|
||||
let license = tmpdir </> licensefile
|
||||
mustSucceed "sh" [Param "-c", Param $ "zcat standalone/licences.gz > '" ++ license ++ "'"]
|
||||
webappscript <- vbsLauncher tmpdir "git-annex-webapp" "git annex webapp"
|
||||
|
|
Loading…
Add table
Reference in a new issue