git repos / blockattack-game

commit 9f2a2d0d

branches: v2.1.X

sago007 · 2017-04-01 11:44
9f2a2d0dea54be640265ed06542d7c2337fcc10a patch · browse files
parent 479cd7ebdf5f9372b791e416d91bd301851863f0

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 d00b704..6422ae5 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