Files
openttd-android/os/emscripten/deploy-webapp.sh
2021-05-05 00:17:31 +03:00

12 lines
189 B
Bash
Executable File

#!/bin/sh
INSTALL_PATH=`pwd`/../../../openttd-touch-webapp
export NO_CLEAN=1
./emscripten-build.sh release $INSTALL_PATH || exit 1
cd $INSTALL_PATH || exit 1
git commit -a && git push