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 authored and meee1 committed Nov 17, 2023
1 parent 48e3ac5 commit f2f25e1
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 f2f25e1

Please sign in to comment.