Version info

This commit is contained in:
ful1e5 2020-08-26 12:08:24 +05:30
parent 879ca8b3f5
commit 8fa061e583

View file

@ -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):