rename Shockolate tar ball

This commit is contained in:
ml
2026-07-20 13:51:10 +02:00
parent 3034703994
commit 3da137da09
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ dist: engine assets
@echo "== Done - run $(DIST_DIR)/run.sh to play =="
# Builds a versioned, redistributable Linux release tarball at
# dist/questshock-<version>-linux-<arch>.tar.gz - everything needed to
# dist/shockolate-<version>-linux-<arch>.tar.gz - everything needed to
# run except the proprietary game assets (res/GET_ASSETS.txt explains how
# to get those instead of shipping res/data/, res/sound/). Version
# defaults to the current git tag (vX.Y.Z, tag prefix stripped) - push a
@@ -87,7 +87,7 @@ package: engine
[0-9]*.[0-9]*.[0-9]*) ;; \
*) echo "PREFLIGHT FAIL: VERSION '$$V' is not a semantic version (expected X.Y.Z, optionally with a -pre+meta suffix)" >&2; exit 1;; \
esac; \
PKG_NAME="questshock-$$V-linux-$(ARCH)"; \
PKG_NAME="shockolate-$$V-linux-$(ARCH)"; \
PKG_STAGE="$(BUILD_DIR)/package/$$PKG_NAME"; \
echo "Packaging $$PKG_NAME"; \
rm -rf "$$PKG_STAGE"; \