🧑‍🏭 Builder Log

This commit is contained in:
ful1e5 2020-09-02 09:45:13 +05:30
parent b54b071ab0
commit 70e7db05e7

View file

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