diff --git a/Justfile b/Justfile index db02a00..86be3f0 100644 --- a/Justfile +++ b/Justfile @@ -113,7 +113,7 @@ install-addons: # Workaround from https://github.com/godotengine/godot/pull/68461 # Import game resources import-resources: - just godot --headless --export-pack null /dev/null + just godot --headless --quit --export-pack null /dev/null # timeout 60 just godot --editor || true # just godot --headless --quit --editor