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: