Bring Flatpak packaging up to date with Flathub repo

This commit is contained in:
Sebastian Cabrera 2022-03-30 08:15:43 -04:00
parent bee011670a
commit 1710787490
4 changed files with 124 additions and 0 deletions

7
flatpak/cider-wrapper Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
for i in {0..9}; do
test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
done
cider "$@"