Skip to content

Commit

Permalink
Fix post build command to accept space in folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
EosBandi committed Nov 9, 2023
1 parent f57bc79 commit 1569b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MissionPlanner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5242,6 +5242,6 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy $(ProjectDir)\ExtLibs\System.IO.Compression.dll $(ProjectDir)$(OutDir)</PostBuildEvent>
<PostBuildEvent>copy "$(ProjectDir)ExtLibs\System.IO.Compression.dll" "$(ProjectDir)$(OutDir)"</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 1569b89

Please sign in to comment.