mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 10:54:15 +02:00
supporting snaps
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import os
|
||||
|
||||
app_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
from fpakman import ROOT_DIR
|
||||
|
||||
|
||||
def get_path(resource_path):
|
||||
return app_dir + '/resources/' + resource_path
|
||||
return ROOT_DIR + '/resources/' + resource_path
|
||||
|
||||
Reference in New Issue
Block a user