add kdenlive setup script
This commit is contained in:
parent
7793e193bf
commit
80844a8d7a
1 changed files with 9 additions and 0 deletions
9
src/setup/apps/kdenlive.py
Normal file
9
src/setup/apps/kdenlive.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from src.util import flatpak_install
|
||||
|
||||
name = "Kdenlive"
|
||||
|
||||
|
||||
def setup():
|
||||
"""FOSS video editing utility"""
|
||||
|
||||
flatpak_install("org.kde.kdenlive")
|
Loading…
Add table
Add a link
Reference in a new issue