diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 00:45:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 00:45:21 -0400 |
commit | 1a78f5051b3208edf82437dc027aa8ea4c6c985b (patch) | |
tree | 81c0e9d6820e39ea4e89932acd4b934d89245f73 /standalone/windows | |
parent | 749c5add08e102dc575d612ed0fd4a614c0afe03 (diff) |
build installer
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build-simple.sh | 6 |
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 |