1
0
Fork 0

added flatseal

This commit is contained in:
Kim, Jimin 2022-05-04 22:38:52 +09:00
parent 6fbdcb8850
commit b1a07b9168

View file

@ -0,0 +1,12 @@
from src.constants import content_dir
from src.util import flatpak_install, copy_file
from os import makedirs
name = "flatseal"
def setup() -> None:
"""flatpak permission manager"""
flatpak_install("com.github.tchx84.Flatseal")