mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
8 lines
177 B
Bash
8 lines
177 B
Bash
|
# 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
|