mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
makefile fix
This commit is contained in:
@@ -36,7 +36,7 @@ endif
|
||||
endif
|
||||
|
||||
VERSION:=`date '+%y%m%d'`
|
||||
LAST_COMMIT_HASH:=$(git rev-parse HEAD)
|
||||
LAST_COMMIT_HASH:=$(shell git rev-parse HEAD)
|
||||
PYVERSION:=py310
|
||||
|
||||
ifeq ($(PYVERSION), py39)
|
||||
|
||||
@@ -545,7 +545,7 @@ def draw_statusbar(self, context):
|
||||
UIData.load()
|
||||
text = f"BlenderBIM Add-on v{UIData.data['version']}"
|
||||
if blenderbim.bim.last_commit_hash != "8888888":
|
||||
text += f"@{blenderbim.bim.last_commit_hash[:7]}"
|
||||
text += f"-{blenderbim.bim.last_commit_hash[:7]}"
|
||||
self.layout.label(text=text)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user