improving the gems panel selector

This commit is contained in:
Vinicius Moreira
2019-10-11 18:45:52 -03:00
parent b7ea957861
commit c6cdfe30d0
13 changed files with 34 additions and 12 deletions

View File

@@ -3,5 +3,5 @@ import os
from bauh.api.constants import HOME_PATH
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
BASE_PATH = '{}/.local/share/bauh/appimage'.format(HOME_PATH)
INSTALLATION_PATH = BASE_PATH + '/installed/'
LOCAL_PATH = '{}/.local/share/bauh/appimage'.format(HOME_PATH)
INSTALLATION_PATH = LOCAL_PATH + '/installed/'