git repos / blockattack-game

commit fbb19101

sago007 · 2017-09-02 11:50
fbb19101a130106a42111ba2b433c60e44e3eeb4 patch · browse files
parent 1c4d41f1531298847479c584efa10a615684ab8b

Added credit to the launcher script

Changed files

M source/misc/standalone/blockattack_standalone_launcher before
diff --git a/source/misc/standalone/blockattack_standalone_launcher b/source/misc/standalone/blockattack_standalone_launcher index 1785e9c..c741844 100644 --- a/source/misc/standalone/blockattack_standalone_launcher +++ b/source/misc/standalone/blockattack_standalone_launcher
@@ -1,5 +1,7 @@
#!/bin/bash
+# This file is based on the guide from https://itch.io/docs/itch/integrating/platforms/linux.html
+
# Move to script's directory
cd "`dirname "$0"`"