From bf1632f4ec67a92380d7428276be0795c3d68f8a Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sat, 3 Aug 2024 15:26:05 -0600 Subject: [PATCH] fix --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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