Bring Flatpak packaging up to date with Flathub repo
This commit is contained in:
parent
bee011670a
commit
1710787490
4 changed files with 124 additions and 0 deletions
7
flatpak/cider-wrapper
Normal file
7
flatpak/cider-wrapper
Normal 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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue