diff --git a/src/build.py b/src/build.py index 8ec6f31..3359e81 100644 --- a/src/build.py +++ b/src/build.py @@ -81,7 +81,7 @@ def build(args): config_parser.write(f) 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: check_sudo() check_ground_libs_path()