From e0fc7cf63d2f39a73a4a8893297656fc1b42d7ce Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Wed, 24 Apr 2024 12:23:01 +0200 Subject: [PATCH] build: fix import recipe (#33) --- Justfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Justfile b/Justfile index d69a0e7..d6cbc12 100644 --- a/Justfile +++ b/Justfile @@ -160,12 +160,9 @@ godot *ARGS: check-godot check-templates @install-addons: [ -f plug.gd ] && just godot --headless --script plug.gd install force || true -# Workaround from https://github.com/godotengine/godot/pull/68461 # Import game resources @import-resources: - just godot --headless --export-pack null /dev/null - # timeout 60 just godot --editor || true - # just godot --headless --quit --editor + just godot --headless --import # Open the Godot editor @editor: