summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-22 15:25:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-22 15:25:15 -0400
commit58c80e729de583364d5f1a5313d2bfc598b4d319 (patch)
tree91bbe3d0964a90b9edebce2e2d056b02201b412b
parent266845a208cd8b216a241be631698a52747e9429 (diff)
set UPGRADE_LOCATION for Windows build
-rw-r--r--standalone/windows/build.sh2
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 () {