WIP: Some updates

This commit is contained in:
2025-02-09 17:53:52 +01:00
parent b3d2461961
commit e922911f92
5 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,7 @@
JOLT_VERSION = v0.14.0-stable
JOLT_URL = https://github.com/godot-jolt/godot-jolt/releases/download/${JOLT_VERSION}/godot-jolt_${JOLT_VERSION}.zip
JOLT_DIR = ./godot/jolt
install_jolt:
rm -rf ${JOLT_DIR}
$(eval DOWNLOAD := $(shell mktemp -d))