summarylogtreecommitdiffstats
path: root/zandronum.launcher
diff options
context:
space:
mode:
authorbrent s2020-07-16 23:29:26 -0400
committerbrent s2020-07-16 23:29:26 -0400
commitd117cdecd85264dacd091665fd4bad1733634e0f (patch)
tree031aa038c0884b51b1b187b7ca6cf0475a01be39 /zandronum.launcher
parent27d5ca3c9d57a2ca6c4bc6d8e3bc161eec02f422 (diff)
downloadaur-zandronum-bin.tar.gz
moving zandronum over to source building, and using this for the binary tarball
Diffstat (limited to 'zandronum.launcher')
-rwxr-xr-xzandronum.launcher4
1 files changed, 4 insertions, 0 deletions
diff --git a/zandronum.launcher b/zandronum.launcher
new file mode 100755
index 000000000000..973d125f6980
--- /dev/null
+++ b/zandronum.launcher
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+export LD_LIBRARY_PATH=/usr/share/zandronum/lib
+exec /usr/share/zandronum/zandronum "${@}"