From abde04cc834405b3fb17db609ed21c0f29d25265 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 30 Aug 2016 13:46:42 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/ArchiSteamFarm.csproj | 4 ++-- ConfigGenerator/ConfigGenerator.csproj | 4 ++-- GUI/GUI.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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"