This commit is contained in:
Vinicius Moreira
2019-07-26 19:03:23 -03:00
parent 8f9f8d04db
commit 8bbe894e87
20 changed files with 21 additions and 790 deletions

View File

@@ -1,5 +0,0 @@
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)