Skip to content

Commit

Permalink
Fix discord rp on flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Oct 6, 2022
1 parent 7280233 commit 53bb916
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extra/com.github.taiko2k.tauonmb.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/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

if [ "$1" == "--no-start" ]; then
if [ "$2" == "--play" ]; then curl http://localhost:7813/play/
Expand Down

0 comments on commit 53bb916

Please sign in to comment.