This commit is contained in:
ineed bots 2024-08-03 15:07:12 -06:00
parent 9b8680b7bd
commit 4bd1ff9a66

View File

@ -108,13 +108,13 @@ workspace "t4sp-server-plugin"
else else
filter "configurations:Release" filter "configurations:Release"
postbuildcommands { postbuildcommands {
"if \"%COMPUTERNAME%\" == \"NEW-BUILT\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\t4\\plugins\\\" )" "if \"%COMPUTERNAME%\" == \"\" ( copy /y \"$(TargetPath)\" \"$(LOCALAPPDATA)\\Plutonium\\plugins\\\" )"
} }
filter {} filter {}
filter "configurations:Debug" filter "configurations:Debug"
postbuildcommands { postbuildcommands {
"if \"%COMPUTERNAME%\" == \"NEW-BUILT\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\t4staging\\plugins\\\" )" "if \"%COMPUTERNAME%\" == \"\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\Plutonium-staging\\plugins\\\" )"
} }
filter {} filter {}
end end