distribute version number from config.py

This commit is contained in:
ful1e5 2020-10-07 14:55:56 +05:30
parent 2acd9a418a
commit 8dea8c690f
2 changed files with 3 additions and 5 deletions

View file

@ -27,6 +27,7 @@ for directory in os.listdir(bitmaps_dir):
with open("./package.json") as f:
data = json.loads(f.read())
author = data["author"]
version = data["version"]
# Windows Cursors Config
windows_cursors = {