Change my loc

This commit is contained in:
ineed bots 2023-08-30 13:30:42 -06:00
parent cc4e60be9f
commit 27cf320efc

View File

@ -108,7 +108,7 @@ workspace "t4sp-server-plugin"
else else
filter "configurations:Release" filter "configurations:Release"
postbuildcommands { postbuildcommands {
"if \"%COMPUTERNAME%\" == \"NEW-BUILT\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\plutonium\\storage\\t4\\plugins\\\" )" "if \"%COMPUTERNAME%\" == \"NEW-BUILT\" ( copy /y \"$(TargetPath)\" \"$(CODWAW_PATH)\\t4\\plugins\\\" )"
} }
filter {} filter {}