mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 20:14:14 +02:00
supporting snaps
This commit is contained in:
4
fpakman/core/snap/constants.py
Normal file
4
fpakman/core/snap/constants.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from fpakman.core.constants import CACHE_PATH
|
||||
|
||||
SNAP_STORE_URL = 'https://snapcraft.io'
|
||||
SNAP_CACHE_PATH = '{}/snap/installed'.format(CACHE_PATH)
|
||||
Reference in New Issue
Block a user