[appimage] downloading compressed database files from the cloud

This commit is contained in:
Vinicius Moreira
2019-10-11 13:54:14 -03:00
parent da12bc2086
commit 6db819ca9c
2 changed files with 41 additions and 22 deletions

View File

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