diff --git a/premake5.lua b/premake5.lua index 3ea7a4d..421ab54 100644 --- a/premake5.lua +++ b/premake5.lua @@ -108,13 +108,13 @@ workspace "t4sp-server-plugin" else filter "configurations:Release" postbuildcommands { - "if \"%COMPUTERNAME%\" == \"NEW-BUILT\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\t4\\plugins\\\" )" + "if \"%COMPUTERNAME%\" == \"\" ( copy /y \"$(TargetPath)\" \"$(LOCALAPPDATA)\\Plutonium\\plugins\\\" )" } filter {} filter "configurations:Debug" postbuildcommands { - "if \"%COMPUTERNAME%\" == \"NEW-BUILT\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\t4staging\\plugins\\\" )" + "if \"%COMPUTERNAME%\" == \"\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\Plutonium-staging\\plugins\\\" )" } filter {} end