include folder name in build note
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user