From 660f152d7499b337a44c19873a2df15871702b29 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 00:14:53 -0400 Subject: ln from stack install location to nsis location --- Build/NullSoftInstaller.hs | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3