aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-07-19 09:13:48 +0200
committerGitHub <noreply@github.com>2022-07-19 09:13:48 +0200
commit3e0e4583cb1c12163b0c98154f383db9f4269e52 (patch)
tree24cb5d5b233fe57dd192837687d8028f0596b085 /scripts
parent881913e78d032c159044b9bb9475d41566750e83 (diff)
Linux ci (#816)
* turn off sized deallocation on desktop * add an easy launch script and tar it to keep the +x bit * too many spaces * add os name and fix linux deploy
Diffstat (limited to 'scripts')
-rw-r--r--scripts/launch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/launch.sh b/scripts/launch.sh
new file mode 100644
index 00000000..7846ef78
--- /dev/null
+++ b/scripts/launch.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+chmod +x Attorney_Online
+LD_LIBRARY_PATH=. ./Attorney_Online \ No newline at end of file