Add copy publish

This commit is contained in:
2025-10-22 11:19:17 -05:00
parent 54472bd4c0
commit 946cd7c554

View File

@@ -164,6 +164,17 @@ class Tesses.CrossLang.Publisher
switch(this.RuntimeIdentifier) switch(this.RuntimeIdentifier)
{ {
case "copy":
{
if(this.MergeForRuntimes)
{
FS.Local.MoveFile(this.Merge(), outDir / short_name + ".crvm");
}
else {
this.CopyBuild(outDir / short_name + ".crvm");
}
}
break;
case "crvm": case "crvm":
{ {
var path = this.Merge(); var path = this.Merge();