This commit is contained in:
JustArchi
2016-08-27 09:56:52 +02:00
parent 0c14128b63
commit 49b1259817
2 changed files with 4 additions and 0 deletions

2
cc.sh
View File

@@ -30,7 +30,9 @@ XBUILD_ARGS+=("/p:Configuration=$BUILD")
cd "$(dirname "$(readlink -f "$0")")"
if [[ -f "mono_envsetup.sh" ]]; then
set +u
source "mono_envsetup.sh"
set -u
fi
if [[ -d ".git" ]] && hash git &>/dev/null; then

2
run.sh
View File

@@ -32,7 +32,9 @@ fi
cd "$(dirname "$(readlink -f "$0")")"
if [[ -f "mono_envsetup.sh" ]]; then
set +u
source "mono_envsetup.sh"
set -u
fi
BINARY="ArchiSteamFarm/bin/$BUILD/ArchiSteamFarm.exe"