Fix release script

This commit is contained in:
Scott Yeager
2025-11-26 14:53:29 -08:00
parent 28f00d3dc6
commit ee0e7d44fd

View File

@@ -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}') } os.rm('${hero_v_path}.backup') or { eprintln('Warning: Could not remove backup file: ${err}') }
// Update version in install_hero.sh // 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 { install_hero_content := os.read_file(install_hero_path) or {
eprintln('Error reading ${install_hero_path}: ${err}') eprintln('Error reading ${install_hero_path}: ${err}')
exit(1) exit(1)