mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 06:24:15 +02:00
[appimage] downloading compressed database files from the cloud
This commit is contained in:
@@ -3,4 +3,5 @@ import os
|
||||
from bauh.api.constants import HOME_PATH
|
||||
|
||||
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
INSTALLATION_PATH = '{}/.local/share/bauh/appimage/installed/'.format(HOME_PATH)
|
||||
BASE_PATH = '{}/.local/share/bauh/appimage'.format(HOME_PATH)
|
||||
INSTALLATION_PATH = BASE_PATH + '/installed/'
|
||||
|
||||
Reference in New Issue
Block a user