summarylogtreecommitdiffstats
path: root/start-kingdoms-and-castles.sh
diff options
context:
space:
mode:
authorLuckyTurtleDev2022-10-16 15:04:32 +0200
committerLuckyTurtleDev2022-10-16 15:04:32 +0200
commit5719aea984c25655a0f9cc1ed1ad521c5b2fae98 (patch)
treec01ef46944221bad28f2c110f065e9a1a481393f /start-kingdoms-and-castles.sh
parentf6a7620d67f429ac6cb6ca26af674d34e971dd18 (diff)
downloadaur-5719aea984c25655a0f9cc1ed1ad521c5b2fae98.tar.gz
update to 119r1
Diffstat (limited to 'start-kingdoms-and-castles.sh')
-rw-r--r--start-kingdoms-and-castles.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/start-kingdoms-and-castles.sh b/start-kingdoms-and-castles.sh
index 20be52a3d168..7e2297761d2f 100644
--- a/start-kingdoms-and-castles.sh
+++ b/start-kingdoms-and-castles.sh
@@ -1,8 +1,3 @@
#!/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
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/gog-kingdoms-and-castles/lib"
+/opt/gog-kingdoms-and-castles/KingdomsAndCastles.x86_64