mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 17:15:45 +00:00
Add the webapp launcher and syntax highlighter
This commit is contained in:
@@ -99,6 +99,13 @@ class Tesses.CrossLang.Publisher
|
||||
CopyCRVM(src.GetParent()/name, dest.GetParent()/name);
|
||||
}
|
||||
}
|
||||
each(var item : FS.Local.EnumeratePaths(destPath.GetParent()))
|
||||
{
|
||||
if(item.GetExtension() == ".crvm" && FS.Local.FileExists(item))
|
||||
{
|
||||
FS.Local.DeleteFile(item);
|
||||
}
|
||||
}
|
||||
CopyCRVM(this.Build(), destPath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user