From 3e0e4583cb1c12163b0c98154f383db9f4269e52 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 19 Jul 2022 09:13:48 +0200 Subject: 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 --- scripts/launch.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/launch.sh (limited to 'scripts') 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 -- cgit