From 67e2bf1a73203f4b323839ba66989f314e8d7a12 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sat, 15 Oct 2022 15:42:41 -0400 Subject: [PATCH] Fix post build action if path has spaces in it. --- launcher/CmderLauncher.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/CmderLauncher.vcxproj b/launcher/CmderLauncher.vcxproj index ad94c45d..2662957c 100644 --- a/launcher/CmderLauncher.vcxproj +++ b/launcher/CmderLauncher.vcxproj @@ -128,7 +128,7 @@ src/app.manifest %(AdditionalManifestFiles) - copy $(TargetPath) $(SolutionDir)..\$(TargetFileName) + copy "$(TargetPath)" "$(SolutionDir)..\$(TargetFileName)" @@ -191,4 +191,4 @@ - + \ No newline at end of file