Skip to content

Commit

Permalink
build: adapt import recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Apr 24, 2024
1 parent 97dfd5b commit 27e93ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 27e93ac

Please sign in to comment.