mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-03 12:04:24 +02:00
Add script to build HTML5 export
This commit is contained in:
parent
7c6300c8dc
commit
18d25579fd
3 changed files with 12 additions and 3 deletions
7
docs/build.sh
Executable file
7
docs/build.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue