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