From db18a4f9d6e295afbdef049f4eb9715373925480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:46:22 +0000 Subject: [PATCH 1/2] chore(deps): update dependency godotengine/godot to v4.2.2-stable --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 899b08e..a4b729f 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ # Godot -GODOT_VERSION=4.2.1-stable +GODOT_VERSION=4.2.2-stable # Game From ac8e787ba2de8845202d4c52acfea8b749424b7d Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Wed, 24 Apr 2024 12:20:51 +0200 Subject: [PATCH 2/2] build: adapt import recipe --- Justfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Justfile b/Justfile index 013de5b..0d7e151 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: