build installer
This commit is contained in:
parent
855177f83b
commit
540d4a05fe
1 changed files with 6 additions and 0 deletions
|
@ -30,3 +30,9 @@ if ! withcyg cabal build; then
|
||||||
ghc --make Build/EvilLinker
|
ghc --make Build/EvilLinker
|
||||||
withcyg Build/EvilLinker
|
withcyg Build/EvilLinker
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Build the installer
|
||||||
|
cabal install nsis
|
||||||
|
ghc --make Build/NullSoftInstaller.hs
|
||||||
|
PATH="$PATH:/cygdrive/c/Program Files/NSIS"
|
||||||
|
withcyg Build/NullSoftInstaller.exe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue