mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-18 00:54:37 -04:00
⚡ distribute version number from config.py
This commit is contained in:
parent
2acd9a418a
commit
8dea8c690f
2 changed files with 3 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue