From 540d4a05fe3b0f05f44ff76d00a9b4bd66bef3d2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Dec 2013 00:45:21 -0400 Subject: [PATCH] build installer --- standalone/windows/build-simple.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh index f00a58b0cc..9b968e621f 100755 --- a/standalone/windows/build-simple.sh +++ b/standalone/windows/build-simple.sh @@ -30,3 +30,9 @@ if ! withcyg cabal build; then ghc --make Build/EvilLinker withcyg Build/EvilLinker fi + +# Build the installer +cabal install nsis +ghc --make Build/NullSoftInstaller.hs +PATH="$PATH:/cygdrive/c/Program Files/NSIS" +withcyg Build/NullSoftInstaller.exe