From 7e07102c91ddce100d13c803a7b695e468a083ac Mon Sep 17 00:00:00 2001 From: ubbelol Date: Mon, 18 Jul 2016 18:44:55 +0200 Subject: [PATCH] Mono compatible PostBuild copy --- Client/Client.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index f851aa4d..5c0f2d54 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -310,7 +310,8 @@ - copy "$(TargetPath)" "$(TargetDir)client.bin" /Y + copy "$(TargetPath)" "$(TargetDir)client.bin" /Y + \cp "$(TargetPath)" "$(TargetDir)client.bin"