Files
bearhub/fpakman/core/resource.py
Vinícius Moreira f36991ea1f 0.2.0
**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
2019-06-18 19:02:16 -03:00

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