diff --git a/premake5.lua b/premake5.lua index 421ab54..75c4397 100644 --- a/premake5.lua +++ b/premake5.lua @@ -114,7 +114,7 @@ workspace "t4sp-server-plugin" filter "configurations:Debug" postbuildcommands { - "if \"%COMPUTERNAME%\" == \"\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\Plutonium-staging\\plugins\\\" )" + "if \"%COMPUTERNAME%\" == \"\" ( copy /y \"$(TargetPath)\" \"$(LOCALAPPDATA)\\Plutonium-staging\\plugins\\\" )" } filter {} end