This commit is contained in:
2024-12-25 12:27:58 +01:00
parent 29fa39955e
commit 4614c12819
21 changed files with 28 additions and 75 deletions

View File

@@ -30,7 +30,7 @@ if additional_args.len > 0 {
}
// Change to the hero directory
hero_dir := os.join_path(os.home_dir(), 'code/github/freeflowuniverse/crystallib/cli/hero')
hero_dir := os.join_path(os.home_dir(), 'code/github/freeflowuniverse/herolib/cli/hero')
os.chdir(hero_dir) or { panic('Failed to change directory to ${hero_dir}: ${err}') }
// Set HEROPATH based on OS