commit 99e5d403
Changed url to https
Changed files
| M | source/misc/docker/Dockerfile.WindoesBuild before |
| M | source/misc/standalone/README.txt before |
diff --git a/source/misc/docker/Dockerfile.WindoesBuild b/source/misc/docker/Dockerfile.WindoesBuild
index 948688d..1a26301 100644
--- a/source/misc/docker/Dockerfile.WindoesBuild
+++ b/source/misc/docker/Dockerfile.WindoesBuild
@@ -26,7 +26,7 @@ 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 "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}" && \
cd /output && chown nobody * && chmod 666 * && ls -lh
diff --git a/source/misc/standalone/README.txt b/source/misc/standalone/README.txt
index 22528ba..e0cd430 100644
--- a/source/misc/standalone/README.txt
+++ b/source/misc/standalone/README.txt
@@ -7,4 +7,4 @@ It has been tested on Ubuntu 14.04 and Fedora 22
Some systems might require the game to be launched from the command line.
PulseAudio is required for sound.
-Check www.blockattack.net for more info.
+Check https://blockattack.net for more info.