From ee0e7d44fdfdb2efb302da53d239ba27a37d58fc Mon Sep 17 00:00:00 2001 From: Scott Yeager Date: Wed, 26 Nov 2025 14:53:29 -0800 Subject: [PATCH] Fix release script --- release.vsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.vsh b/release.vsh index 2c096e9c..aa161290 100755 --- a/release.vsh +++ b/release.vsh @@ -88,7 +88,7 @@ os.write_file(hero_v_path, lines.join_lines()) or { os.rm('${hero_v_path}.backup') or { eprintln('Warning: Could not remove backup file: ${err}') } // Update version in install_hero.sh -install_hero_path := '${ourdir}/install_hero.sh' +install_hero_path := '${ourdir}/scripts/install_hero.sh' install_hero_content := os.read_file(install_hero_path) or { eprintln('Error reading ${install_hero_path}: ${err}') exit(1)