Run debug version with Mono debug

This commit is contained in:
JustArchi 2016-05-18 02:46:29 +02:00
parent 64eb4a51b6
commit f840f28657

6
run.sh
View file

@ -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