mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Run debug version with Mono debug
This commit is contained in:
parent
64eb4a51b6
commit
f840f28657
1 changed files with 6 additions and 0 deletions
6
run.sh
6
run.sh
|
@ -18,6 +18,12 @@ for ARG in "$@"; do
|
|||
esac
|
||||
done
|
||||
|
||||
if [[ "$BUILD" = "Debug" ]]; then
|
||||
MONO_ARGS+=("--debug")
|
||||
fi
|
||||
|
||||
cd "$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
BINARY="ArchiSteamFarm/bin/$BUILD/ArchiSteamFarm.exe"
|
||||
|
||||
if [[ ! -f "$BINARY" ]]; then
|
||||
|
|
Loading…
Reference in a new issue