From f691593e65801b82be668f2bdf6e4ce7a03add32 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 18 Nov 2017 08:05:50 -0800 Subject: Switch back to upstream uploadtool In commit e643589233 ("Travis: setup up the desired release message right away") we temproarily switched to my fork of uploadtool to take advantage of a new feature that I had implemented there. This has already been merged upstream, so let's switch back to upstream. Signed-off-by: Dirk Hohndel --- scripts/mac/after_success.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mac') diff --git a/scripts/mac/after_success.sh b/scripts/mac/after_success.sh index 2636ae899..7991f961a 100644 --- a/scripts/mac/after_success.sh +++ b/scripts/mac/after_success.sh @@ -14,6 +14,6 @@ echo "Submitting the folloing App for continuous build release:" ls -lh Subsurface-$VERSION.app.zip # get and run the upload script -wget -c https://github.com/dirkhh/uploadtool/raw/master/upload.sh +wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh bash ./upload.sh Subsurface-$VERSION.app.zip -- cgit v1.2.3-70-g09d2