tweak upload-testrun script

This commit is contained in:
B. Petersen 2021-08-25 12:01:36 +02:00
parent 847faedd7b
commit ac5d8dc5d0
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC

View file

@ -22,3 +22,12 @@ read -p "upload these apks to testrun.org? ENTER to continue, CTRL-C to abort."
scp $APKGPLAY root@testrun.org:/var/www/testrun.org/ scp $APKGPLAY root@testrun.org:/var/www/testrun.org/
scp $APKDEV root@testrun.org:/var/www/testrun.org/ scp $APKDEV root@testrun.org:/var/www/testrun.org/
echo "upload done."
echo ""
echo "and now: here is Delta Chat $VERSION - choose your flavour and mind your backups:"
echo "- 🍋 https://testrun.org/deltachat-gplay-release-$VERSION.apk (android, overwrites existing gplay installs, should keep data)"
echo "- 🍉 https://testrun.org/deltachat-fat-debug-$VERSION.apk (android, can be installed beside gplay)"
echo "- 🍏 https://testflight.apple.com/join/uEMc1NxS (ios, update to $VERSION may take a day or so)"