Add flatpak dependency handling

This commit is contained in:
Alexander Gehrke 2021-08-06 17:27:14 +02:00
parent 7ba3dba2bc
commit 8f10d90f2c
5 changed files with 42 additions and 7 deletions

1
flatpaks/.repos/flathub Normal file
View file

@ -0,0 +1 @@
https://flathub.org/repo/flathub.flatpakrepo

View file

@ -1,3 +1,4 @@
#!/bin/zsh
#flatpak: flathub:com.discordapp.Discord
export $(dbus-launch)
exec flatpak run com.discordapp.Discord

4
flatpaks/schildichat Executable file
View file

@ -0,0 +1,4 @@
#!/bin/zsh
#flatpak: flathub:chat.schildi.desktop
export $(dbus-launch)
exec flatpak run chat.schildi.desktop