mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 14:44:45 -04:00
⚡ Version info
This commit is contained in:
parent
879ca8b3f5
commit
8fa061e583
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue