diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-10-25 00:14:53 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-10-25 00:14:53 -0400 |
commit | 660f152d7499b337a44c19873a2df15871702b29 (patch) | |
tree | 539b5c8d79bfe21ca73da9d38c8d687049d1b498 /Build | |
parent | b4f1a54a3c69db7e788758735c720d0880269fde (diff) |
ln from stack install location to nsis location
Diffstat (limited to 'Build')
-rw-r--r-- | Build/NullSoftInstaller.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index acbdd83fd..1bdee0880 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -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"
|