1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00
syncthing-android/prepare-release.bash
Simon Frei aa0d113de3
Commit the rest of the build changes
I accedintally committed ./scripts in 99be44ca25
2019-06-27 07:19:40 +02:00

13 lines
253 B
Bash
Executable file

#!/bin/bash
set -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$SCRIPT_DIR/update-syncthing.bash "$2"
$SCRIPT_DIR/check-version.bash "$1"
$SCRIPT_DIR/pull-translations.bash
$SCRIPT_DIR/bump-version.bash "$1"
echo "
Update ready.
"