diff --git a/helper.py b/helper.py index 821a162..d781fc2 100644 --- a/helper.py +++ b/helper.py @@ -37,7 +37,7 @@ def init_build() -> None: with open("./package.json", "r") as package_file: data = json.loads(package_file.read()) version = data['version'] - print("⚡ Build Version %s" % version) + print("⚡ Apple Cursor Version %s" % version) # cleanup old packages if path.exists(package_dir):