add NSIS to path

This commit is contained in:
Joey Hess 2015-04-21 01:28:47 -04:00
parent d2ba5fb506
commit 552ed5433f

View file

@ -7,7 +7,7 @@ set -x
# Path to the Haskell Platform. (As mingw sh sees it)
HP="/c/Program Files/Haskell Platform/2014.2.0.0"
PATH="$HP/bin:$HP/mingw/bin:$HP/lib/extralibs/bin:$PATH"
PATH="$HP/bin:$HP/mingw/bin:$HP/lib/extralibs/bin:/c/Program Files/NSIS:$PATH"
# Run a command with the cygwin environment available.
# However, programs not from cygwin are preferred.