git repos / blockattack-game

commit 1006c80e

Poul Sander · 2022-02-15 15:06
1006c80e93c37a66afde1b2d6a651a1f188566a1 patch · browse files
parent 05bf8131de5e7cad4e8a450bc5f0ffddace317c9

Create an itch version where the version number is not part of the filename

Changed files

M source/misc/docker/Dockerfile.WindoesBuild before
diff --git a/source/misc/docker/Dockerfile.WindoesBuild b/source/misc/docker/Dockerfile.WindoesBuild index 80eea4e..a716c59 100644 --- a/source/misc/docker/Dockerfile.WindoesBuild +++ b/source/misc/docker/Dockerfile.WindoesBuild
@@ -28,4 +28,6 @@ echo "[InternetShortcut]" > "Block Attack - Rise Of the Blocks.url" && \
echo "URL=https://blockattack.net" >> "Block Attack - Rise Of the Blocks.url" && \
cd /staging/package/ && \
zip -r /output/blockattack-${BLOCKATTACK_VERSION}-windows-no-installer.zip "blockattack-${BLOCKATTACK_VERSION}" && \
+mv blockattack-${BLOCKATTACK_VERSION} blockattack-itch && \
+zip -r /output/blockattack-itch-${BLOCKATTACK_VERSION}.zip "blockattack-itch" && \
cd /output && chown nobody * && chmod 666 * && ls -lh