From 58c80e729de583364d5f1a5313d2bfc598b4d319 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Nov 2013 15:25:15 -0400 Subject: set UPGRADE_LOCATION for Windows build --- standalone/windows/build.sh | 2 ++ 1 file changed, 2 insertions(+) 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 () { -- cgit v1.2.3