mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 22:54: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:
|
with open("./package.json", "r") as package_file:
|
||||||
data = json.loads(package_file.read())
|
data = json.loads(package_file.read())
|
||||||
version = data['version']
|
version = data['version']
|
||||||
print("⚡ Build Version %s" % version)
|
print("⚡ Apple Cursor Version %s" % version)
|
||||||
|
|
||||||
# cleanup old packages
|
# cleanup old packages
|
||||||
if path.exists(package_dir):
|
if path.exists(package_dir):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue