rename Shockolate tar ball
This commit is contained in:
@@ -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"; \
|
||||
|
||||
Reference in New Issue
Block a user