mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
supporting snaps
This commit is contained in:
5
fpakman/core/flatpak/constants.py
Normal file
5
fpakman/core/flatpak/constants.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from fpakman.core.constants import CACHE_PATH
|
||||
|
||||
FLATHUB_URL = 'https://flathub.org'
|
||||
FLATHUB_API_URL = FLATHUB_URL + '/api/v1'
|
||||
FLATPAK_CACHE_PATH = '{}/flatpak/installed'.format(CACHE_PATH)
|
||||
Reference in New Issue
Block a user