ReaderforSelfoss/publish-version-local.sh
2018-11-13 20:24:06 +01:00

10 lines
212 B
Bash
Executable File

#!/bin/bash
rm -f version.txt
printf "versionName=$1-github\nversionCode=$1" >> version.txt
# You'll need to change server as your server and define a VERSION_PATH.
cp version.txt $VERSION_PATH
rm version.txt