summarylogtreecommitdiffstats
path: root/start-kingdoms-and-castles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start-kingdoms-and-castles.sh')
-rw-r--r--start-kingdoms-and-castles.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/start-kingdoms-and-castles.sh b/start-kingdoms-and-castles.sh
new file mode 100644
index 000000000000..20be52a3d168
--- /dev/null
+++ b/start-kingdoms-and-castles.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/gog-kingdoms-and-castles"
+if [ $(uname -m) == "x86_64" ]
+then
+ /opt/gog-kingdoms-and-castles/KingdomsAndCastles.x86_64
+else
+ /opt/gog-kingdoms-and-castles/KingdomsAndCastles.x86
+fi