summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/windows')
-rwxr-xr-xstandalone/windows/build-simple.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh
index f00a58b0c..9b968e621 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