mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Misc run.sh correction
This commit is contained in:
parent
2c08f315b7
commit
4665f989fe
1 changed files with 2 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue