diff options
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 56aa58f31..74148dfe5 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -11,6 +11,8 @@ FLAGS="-Webapp -Assistant -XMPP" PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH" +UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe + # Run a command with the cygwin environment available. # However, programs not from cygwin are preferred. withcyg () { |