diff --git a/ArchiSteamFarm/ArchiSteamFarm.csproj b/ArchiSteamFarm/ArchiSteamFarm.csproj
index 9d8bbbcd1..528c431d2 100644
--- a/ArchiSteamFarm/ArchiSteamFarm.csproj
+++ b/ArchiSteamFarm/ArchiSteamFarm.csproj
@@ -188,8 +188,8 @@
copy "$(TargetDir)$(TargetName).exe" "$(SolutionDir)out\ASF.exe"
- if [[ -f "$(SolutionDir)/mono_envsetup.sh" ]]; then
- source "$(SolutionDir)/mono_envsetup.sh"
+ if [[ -f "$(SolutionDir)mono_envsetup.sh" ]]; then
+ source "$(SolutionDir)mono_envsetup.sh"
fi
mkdir -p "$(SolutionDir)out/config"
diff --git a/ConfigGenerator/ConfigGenerator.csproj b/ConfigGenerator/ConfigGenerator.csproj
index e59314b97..a969f1eda 100644
--- a/ConfigGenerator/ConfigGenerator.csproj
+++ b/ConfigGenerator/ConfigGenerator.csproj
@@ -123,8 +123,8 @@
copy "$(TargetDir)$(TargetName).exe" "$(SolutionDir)out\ASF-ConfigGenerator.exe"
- if [[ -f "$(SolutionDir)/mono_envsetup.sh" ]]; then
- source "$(SolutionDir)/mono_envsetup.sh"
+ if [[ -f "$(SolutionDir)mono_envsetup.sh" ]]; then
+ source "$(SolutionDir)mono_envsetup.sh"
fi
mono --llvm --server -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-ConfigGenerator.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"
diff --git a/GUI/GUI.csproj b/GUI/GUI.csproj
index 546b53e79..de7143541 100644
--- a/GUI/GUI.csproj
+++ b/GUI/GUI.csproj
@@ -208,8 +208,8 @@
copy "$(TargetDir)$(TargetName).exe" "$(SolutionDir)out\ASF-GUI.exe"
- if [[ -f "$(SolutionDir)/mono_envsetup.sh" ]]; then
- source "$(SolutionDir)/mono_envsetup.sh"
+ if [[ -f "$(SolutionDir)mono_envsetup.sh" ]]; then
+ source "$(SolutionDir)mono_envsetup.sh"
fi
mono --llvm --server -O=all "$(SolutionDir)tools/ILRepack/ILRepack.exe" /ndebug /internalize /parallel /targetplatform:v4 /wildcards /out:"$(SolutionDir)out/ASF-GUI.exe" "$(TargetDir)$(TargetName).exe" "$(TargetDir)*.dll"