[feature][appimage] able to ignore appimage updates

This commit is contained in:
Vinícius Moreira
2020-05-18 17:14:55 -03:00
parent 67d8204d19
commit cca98602e6
4 changed files with 64 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ LOCAL_PATH = '{}/.local/share/bauh/appimage'.format(str(Path.home()))
INSTALLATION_PATH = LOCAL_PATH + '/installed/'
SUGGESTIONS_FILE = 'https://raw.githubusercontent.com/vinifmor/bauh-files/master/appimage/suggestions.txt'
CONFIG_FILE = '{}/appimage.yml'.format(CONFIG_PATH)
CONFIG_DIR = '{}/appimage'.format(CONFIG_PATH)
UPDATES_IGNORED_FILE = '{}/updates_ignored.txt'.format(CONFIG_DIR)
def get_icon_path() -> str: