From 4bd1ff9a663b3f894e0b9f9b7010d2362a8022bd Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sat, 3 Aug 2024 15:07:12 -0600 Subject: [PATCH] update --- premake5.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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