mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 17:55:11 -04:00
🧑🏭 Builder Log
This commit is contained in:
parent
b54b071ab0
commit
70e7db05e7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,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("⚡ Bibata Builder Version %s" % version)
|
||||
|
||||
# cleanup old packages
|
||||
if path.exists(out_dir):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue