summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 00:45:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 00:45:21 -0400
commit1a78f5051b3208edf82437dc027aa8ea4c6c985b (patch)
tree81c0e9d6820e39ea4e89932acd4b934d89245f73 /standalone
parent749c5add08e102dc575d612ed0fd4a614c0afe03 (diff)
build installer
Diffstat (limited to 'standalone')
-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