diff --git a/premake5.lua b/premake5.lua index f71d5da..f766c7d 100644 --- a/premake5.lua +++ b/premake5.lua @@ -108,7 +108,7 @@ workspace "t4sp-server-plugin" else filter "configurations:Release" postbuildcommands { - "if \"%COMPUTERNAME%\" == \"NEW-BUILT\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\plutonium\\storage\\t4\\plugins\\\" )" + "if \"%COMPUTERNAME%\" == \"NEW-BUILT\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\t4\\plugins\\\" )" } filter {}