Add flatpak dependency handling
This commit is contained in:
parent
7ba3dba2bc
commit
8f10d90f2c
5 changed files with 42 additions and 7 deletions
1
flatpaks/.repos/flathub
Normal file
1
flatpaks/.repos/flathub
Normal file
|
@ -0,0 +1 @@
|
|||
https://flathub.org/repo/flathub.flatpakrepo
|
|
@ -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
4
flatpaks/schildichat
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/zsh
|
||||
#flatpak: flathub:chat.schildi.desktop
|
||||
export $(dbus-launch)
|
||||
exec flatpak run chat.schildi.desktop
|
Loading…
Add table
Add a link
Reference in a new issue