From ab9bb79e8f0eaa8d951d46e82b321f8511ded942 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Dec 2014 14:00:22 -0400 Subject: force recompilation of the nullsoft installer; it does not seem to be noticing changes somehow --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/windows/build.sh') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index e4130be9b..f8ff3a874 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -61,7 +61,7 @@ fi # Build the installer cabal install nsis -ghc --make Build/NullSoftInstaller.hs +ghc -fforce-recomp --make Build/NullSoftInstaller.hs # Want to include cygwin programs in bundle, not others, since # it includes the cygwin libs that go with them. withcygpreferred Build/NullSoftInstaller.exe -- cgit v1.2.3