From b4f1a54a3c69db7e788758735c720d0880269fde Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 00:09:58 -0400 Subject: try different path --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index d3057b634..af3e4be5b 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -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. -- cgit v1.2.3