godot-xterm/docs/build.sh

8 lines
177 B
Bash
Raw Normal View History

2021-07-15 14:35:46 +02:00
# Build export templates and export HTML5 release build.
pushd ../misc/export_templates
./build.sh
popd
pushd ../
godot --no-window --export "HTML5" ./docs/demo/index.html
popd