mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 10:34:15 +02:00
**Features** - Management panel shows update commands streams - Management panel status label is "orange" now **Fixes** - Application name is not properly showing for Flatpak 1.2.X
8 lines
163 B
Python
Executable File
8 lines
163 B
Python
Executable File
import os
|
|
|
|
app_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
|
|
|
|
|
def get_path(resource_path):
|
|
return app_dir + '/resources/' + resource_path
|