From d5676be83eb64ddc88dddd4a54ebda399fd07c5e Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 12 May 2020 04:41:17 +0300 Subject: [PATCH] Fix premake copy --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 4a6cc680..64b12d3a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -86,7 +86,7 @@ workspace "re3" scriptspath = scriptspath or "" if (gamepath) then postbuildcommands { - "{COPY} %{cfg.buildtarget.abspath} " .. gamepath .. scriptspath .. "%{cfg.buildtarget.name}" + '{COPY} "%{cfg.buildtarget.abspath}" "' .. gamepath .. scriptspath .. '%{cfg.buildtarget.name}"' } debugdir (gamepath) if (exepath) then