This commit is contained in:
2025-02-03 12:37:19 +03:00
parent 1d6af5204b
commit c8d715126f
13 changed files with 143 additions and 67 deletions

View File

@@ -89,5 +89,6 @@ fn hero_upload() ! {
}
fn main() {
//os.execute_or_panic('${os.home_dir()}/code/github/freeflowuniverse/herolib/cli/compile.vsh -p')
hero_upload() or { eprintln(err) exit(1) }
}