diff --git a/src/setup/system/appimagelauncher.py b/src/setup/system/appimagelauncher.py new file mode 100644 index 0000000..d902104 --- /dev/null +++ b/src/setup/system/appimagelauncher.py @@ -0,0 +1,9 @@ +from src.util import paru_install + +name = "AppImage Launcher" + + +def setup(): + """Manages AppImage files""" + + paru_install("appimagelauncher")