diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-22 15:25:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-22 15:25:15 -0400 |
commit | 58c80e729de583364d5f1a5313d2bfc598b4d319 (patch) | |
tree | 91bbe3d0964a90b9edebce2e2d056b02201b412b | |
parent | 266845a208cd8b216a241be631698a52747e9429 (diff) |
set UPGRADE_LOCATION for Windows build
-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 () { |