godot-xterm/docs/build.sh
2021-07-15 19:35:46 +07:00

7 lines
177 B
Bash
Executable file

# 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