From f2f25e1868f08af12f9441338061fe8638081375 Mon Sep 17 00:00:00 2001 From: Andras Schaffer Date: Thu, 9 Nov 2023 11:26:46 +0100 Subject: [PATCH] Fix post build command to accept space in folder names --- MissionPlanner.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MissionPlanner.csproj b/MissionPlanner.csproj index e1eeb616d6..7d4a1a94ab 100644 --- a/MissionPlanner.csproj +++ b/MissionPlanner.csproj @@ -5242,6 +5242,6 @@ - copy $(ProjectDir)\ExtLibs\System.IO.Compression.dll $(ProjectDir)$(OutDir) + copy "$(ProjectDir)ExtLibs\System.IO.Compression.dll" "$(ProjectDir)$(OutDir)" \ No newline at end of file