try different path
This commit is contained in:
parent
cea1fed395
commit
3761f5a052
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
set -x
|
||||
set -e
|
||||
|
||||
PATH="/Program Files (x86)/NSIS/Bin:/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
|
||||
PATH="/cygdrive/c/Program Files (x86)/NSIS/Bin:/cygdrive/c/Program Files (x86)/NSIS:/usr/local/bin:/usr/bin:$PATH"
|
||||
|
||||
# Run a command with the cygwin environment available.
|
||||
# However, programs not from cygwin are preferred.
|
||||
|
|
Loading…
Reference in a new issue