replace crystallib with herolib

This commit is contained in:
timurgordon
2025-01-22 23:57:49 +00:00
parent 915951d84f
commit dce0b71530
11 changed files with 18 additions and 18 deletions

View File

@@ -103,17 +103,17 @@ fn cmd_bootstrap_execute(cmd Command) ! {
}
if compileupload {
// mycmd:='
// \${HOME}/code/github/freeflowuniverse/crystallib/scripts/package.vsh
// \${HOME}/code/github/freeflowuniverse/herolib/scripts/package.vsh
// '
// osal.exec(cmd: mycmd)!
println('please execute:\n~/code/github/freeflowuniverse/crystallib/scripts/githubactions.sh')
println('please execute:\n~/code/github/freeflowuniverse/herolib/scripts/githubactions.sh')
}
if update {
// mycmd:='
// \${HOME}/code/github/freeflowuniverse/crystallib/scripts/package.vsh
// \${HOME}/code/github/freeflowuniverse/herolib/scripts/package.vsh
// '
// osal.exec(cmd: mycmd)!
println('please execute:\n~/code/github/freeflowuniverse/crystallib/scripts/install_hero.sh')
println('please execute:\n~/code/github/freeflowuniverse/herolib/scripts/install_hero.sh')
}
}