build installer

This commit is contained in:
Joey Hess 2013-12-10 00:45:21 -04:00
parent 855177f83b
commit 540d4a05fe

View file

@ -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