This commit is contained in:
ineed bots 2024-08-03 15:26:05 -06:00
parent 4bd1ff9a66
commit bf1632f4ec

View File

@ -114,7 +114,7 @@ workspace "t4sp-server-plugin"
filter "configurations:Debug" filter "configurations:Debug"
postbuildcommands { postbuildcommands {
"if \"%COMPUTERNAME%\" == \"\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\Plutonium-staging\\plugins\\\" )" "if \"%COMPUTERNAME%\" == \"\" ( copy /y \"$(TargetPath)\" \"$(LOCALAPPDATA)\\Plutonium-staging\\plugins\\\" )"
} }
filter {} filter {}
end end