Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 1, 2024
1 parent 9b95290 commit e3fb087
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e3fb087

Please sign in to comment.