mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 12:04:16 +02:00
improving the gems panel selector
This commit is contained in:
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user