Switch runtime app identity to bearhub with legacy path migration

This commit is contained in:
Sebastian Palencsar
2026-05-28 05:54:59 +02:00
parent 93fd715925
commit ce09e8b0d1
2 changed files with 51 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
__version__ = '0.10.7'
__app_name__ = 'bauh'
__app_name__ = 'bearhub'
import os
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))