diff options
Diffstat (limited to 'scripts/launch.sh')
| -rw-r--r-- | scripts/launch.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/launch.sh b/scripts/launch.sh deleted file mode 100644 index bdae56d4..00000000 --- a/scripts/launch.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -# Required to launch correctly - -# Move to AO's directory -SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) -cd "${SCRIPT_DIR}" - -# Run with correct linker path -chmod +x Attorney_Online -LD_LIBRARY_PATH=. ./Attorney_Online |
