mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
Misc run.sh correction
This commit is contained in:
3
run.sh
3
run.sh
@@ -4,10 +4,11 @@ set -eu
|
||||
CONFIG_PATH="config/ASF.json"
|
||||
|
||||
cd "$(dirname "$(readlink -f "$0")")"
|
||||
cd "ArchiSteamFarm/out/source"
|
||||
|
||||
SCRIPT_DIR="$(pwd)"
|
||||
|
||||
BINARY="${SCRIPT_DIR}/ArchiSteamFarm/out/source/ArchiSteamFarm.dll"
|
||||
BINARY="${SCRIPT_DIR}/ArchiSteamFarm.dll"
|
||||
BINARY_ARGS=()
|
||||
|
||||
PATH_NEXT=0
|
||||
|
||||
Reference in New Issue
Block a user