From 8eafec3045630b2f660f2a9cae7ed31bd64c05bd Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Sun, 31 Dec 2023 22:56:42 +0100 Subject: [PATCH] ci: fix import-resources command --- Justfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index 86be3f0..50a73aa 100644 --- a/Justfile +++ b/Justfile @@ -113,9 +113,8 @@ install-addons: # Workaround from https://github.com/godotengine/godot/pull/68461 # Import game resources import-resources: - just godot --headless --quit --export-pack null /dev/null - # timeout 60 just godot --editor || true - # just godot --headless --quit --editor + timeout 60 just godot --editor || true + just godot --headless --export-pack null /dev/null # Updates the game version for export @bump-version: