diff --git a/os/emscripten/deploy-webapp.sh b/os/emscripten/deploy-webapp.sh new file mode 100755 index 0000000000..14e0540e8f --- /dev/null +++ b/os/emscripten/deploy-webapp.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +INSTALL_PATH=`pwd`/../../../openttd-touch-webapp + +./emscripten-build.sh release $INSTALL_PATH || exit 1 + +cd $INSTALL_PATH || exit 1 + +git commit -a * && git push