supporting snaps

This commit is contained in:
Vinícius Moreira
2019-07-23 17:16:44 -03:00
committed by GitHub
parent 332d3cb787
commit 854ad2a102
39 changed files with 1739 additions and 650 deletions

View File

@@ -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