mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[web] installing, removing and reading
This commit is contained in:
@@ -3,3 +3,4 @@ from pathlib import Path
|
||||
HOME_PATH = Path.home()
|
||||
CACHE_PATH = '{}/.cache/bauh'.format(HOME_PATH)
|
||||
CONFIG_PATH = '{}/.config/bauh'.format(HOME_PATH)
|
||||
DESKTOP_ENTRIES_DIR = '{}/.local/share/applications'.format(HOME_PATH)
|
||||
|
||||
Reference in New Issue
Block a user