From e3fb0875f243f40bb71659baf1b23d90147ee44b Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Mon, 1 Jan 2024 15:04:25 +0100 Subject: [PATCH] wip --- Justfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Justfile b/Justfile index 8eec001..b88f14d 100644 --- a/Justfile +++ b/Justfile @@ -93,15 +93,13 @@ install-templates: fi # Download game plugins -install-addons: - [ -f plug.gd ] && just godot --headless --script plug.gd install || true +install-addons: clean + [ -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 # Updates the game version for export @bump-version: