git repos / blockattack-game

commit 6630f18d

sago007 · 2017-04-01 11:44
6630f18d8898a1b3791ce2e5c7b7d1aba0421aaf patch · browse files
parent 376f60bbc9e44a927f5f5e72d8a7aac7c30d2de8

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