Fix premake copy

This commit is contained in:
Sergeanur 2020-05-12 04:41:17 +03:00
parent 12b1eedcbf
commit d5676be83e
1 changed files with 1 additions and 1 deletions

View File

@ -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