mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[appimage] refactoring: LOCAL_PATH constant renamed to APPIMAGE_SHARED_DIR
This commit is contained in:
@@ -7,8 +7,8 @@ from bauh.api.paths import CONFIG_DIR, TEMP_DIR, CACHE_DIR, BINARIES_DIR, SHARED
|
||||
from bauh.commons import resource
|
||||
|
||||
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
LOCAL_PATH = f'{SHARED_FILES_DIR}/appimage'
|
||||
INSTALLATION_PATH = f'{LOCAL_PATH}/installed/'
|
||||
APPIMAGE_SHARED_DIR = f'{SHARED_FILES_DIR}/appimage'
|
||||
INSTALLATION_PATH = f'{APPIMAGE_SHARED_DIR}/installed/'
|
||||
SUGGESTIONS_FILE = f'https://raw.githubusercontent.com/vinifmor/{__app_name__}-files/master/appimage/suggestions.txt'
|
||||
CONFIG_FILE = f'{CONFIG_DIR}/appimage.yml'
|
||||
APPIMAGE_CONFIG_DIR = f'{CONFIG_DIR}/appimage'
|
||||
|
||||
Reference in New Issue
Block a user