commit 6630f18d
Fixed the generation of the Windows non-installer zip file
Changed files
| M | source/misc/docker/Dockerfile.WindoesBuild before |
diff --git a/source/misc/docker/Dockerfile.WindoesBuild b/source/misc/docker/Dockerfile.WindoesBuild
index 9e65974..6a6ba38 100644
--- a/source/misc/docker/Dockerfile.WindoesBuild
+++ b/source/misc/docker/Dockerfile.WindoesBuild
@@ -25,8 +25,8 @@ cp /staging/blockattack-game/Game/blockattack.data ./ && \
cp /staging/blockattack-game/Game/blockattack.exe ./ && \
cp /staging/blockattack-game/COPYING ./COPYING.txt && \
cp -r /staging/blockattack-game/source/misc/translation/locale ./ && \
-echo "[InternetShortcut]" > "Block\ Attack\ -\ Rise\ Of\ the\ Blocks.url" && \
-echo "URL=http://www.blockattack.net" >> "Block\ Attack\ -\ Rise\ Of\ the\ Blocks.url" && \
+echo "[InternetShortcut]" > "Block Attack - Rise Of the Blocks.url" && \
+echo "URL=http://www.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} && \
+zip -r /output/blockattack-${BLOCKATTACK_VERSION}-windows-no-installer.zip "blockattack-${BLOCKATTACK_VERSION}" && \
cd /output && chown nobody * && chmod 666 * && ls -lh