BBIM error handler - include commit hash

Include commit hash to the copied logs and add it to the startup error handler (https://imgur.com/9yVMBnR)
This commit is contained in:
Andrej730
2024-07-16 15:59:33 +05:00
parent dedbf7014a
commit c0635afb64
5 changed files with 50 additions and 16 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ ifeq ($(IS_STABLE), TRUE)
else
cd dist/blenderbim && $(SED) "s/0, 0, 0/$(VERSION_MAJOR), $(VERSION_MINOR), $(VERSION_PATCH), $(VERSION_DATE)/" __init__.py
cd dist/blenderbim && $(SED) "s/0.0.0/$(VERSION).$(VERSION_DATE)/" blender_manifest.toml
cd dist/blenderbim/bim && $(SED) "s/8888888/$(LAST_COMMIT_HASH)/" __init__.py
cd dist/blenderbim && $(SED) "s/8888888/$(LAST_COMMIT_HASH)/" __init__.py
cd dist && zip -r blenderbim-$(VERSION).$(VERSION_DATE)-$(PYVERSION)-$(PLATFORM).zip ./*
endif
rm -rf dist/blenderbim