atrooney-online-2/scripts/launch.sh
2024-07-09 10:17:03 +02:00

11 lines
238 B
Bash

#!/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