mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
And another one
This commit is contained in:
parent
de349adf6c
commit
a3e7e93469
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -7,7 +7,7 @@ cd "$(dirname "$(readlink -f "$0")")"
|
|||
|
||||
SCRIPT_DIR="$(pwd)"
|
||||
|
||||
BINARY="${SCRIPT_DIR}/$ArchiSteamFarm/out/source/ArchiSteamFarm.dll"
|
||||
BINARY="${SCRIPT_DIR}/ArchiSteamFarm/out/source/ArchiSteamFarm.dll"
|
||||
BINARY_ARGS=()
|
||||
|
||||
PATH_NEXT=0
|
||||
|
|
Loading…
Reference in a new issue