From 4b36481e24fbe7ed3cad2b159bed14c8150e9a67 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 May 2013 14:06:47 -0400 Subject: specify makensis path in build script --- Build/NullSoftInstaller.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/NullSoftInstaller.hs') diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 8894585b6..a2259caa8 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -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" -- cgit v1.2.3