mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 20:55:31 +02:00
feat(web): re-enable web exports
This commit is contained in:
parent
fcad5d64b9
commit
ff95b60a56
26 changed files with 940 additions and 4887 deletions
5
Justfile
5
Justfile
|
@ -8,6 +8,11 @@ godot := `echo "${GODOT:-godot} --rendering-driver ${RENDERING_DRIVER:-vulkan}"`
|
|||
build:
|
||||
cd addons/godot_xterm/native && scons debug_symbols=yes
|
||||
|
||||
build-javascript:
|
||||
UID_GID="$(id -u):$(id -g)" docker-compose -f addons/godot_xterm/native/docker-compose.yml run --rm javascript
|
||||
|
||||
build-all: build build-javascript
|
||||
|
||||
install:
|
||||
{{godot}} --headless -s plug.gd install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue