summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-10-25 00:14:53 -0400
committerJoey Hess <joeyh@joeyh.name>2017-10-25 00:14:53 -0400
commitedcce072a6a589edf46bf9e619f267f9438497f9 (patch)
treedfcc2dca477605fdfb03c4a32ef46c3e803805fc /Build
parent3761f5a05208155582715450ad9c771345429f1c (diff)
ln from stack install location to nsis location
Diffstat (limited to 'Build')
-rw-r--r--Build/NullSoftInstaller.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs
index acbdd83fdc..1bdee08808 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"