include folder name in build note

This commit is contained in:
2026-01-20 18:28:44 +11:00
parent 93ebd3d8b9
commit 0f95dff95f

View File

@@ -81,7 +81,7 @@ def build(args):
config_parser.write(f) config_parser.write(f)
console.print("[:white_check_mark:] Packaged!") console.print("[:white_check_mark:] Packaged!")
console.print("\n[b cyan]note:[/] You will need to edit the [i]mineral.ini[/] file to make sure the version number and dependencies are correct, and also rename your \"yourmineral_build\" folder to the name of your mineral.") console.print(f"\n[b cyan]note:[/] You will need to edit the [i]mineral.ini[/] file to make sure the version number and dependencies are correct, and also rename your \"{os.path.basename(build_dir)}\" folder to the name of your mineral.")
else: else:
check_sudo() check_sudo()
check_ground_libs_path() check_ground_libs_path()