mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 14:37:03 +00:00
launcher: lint script
This commit is contained in:
parent
cb17e67061
commit
b6d8a8c7fc
@ -1 +1 @@
|
||||
Subproject commit 83acd36912481cd9079cf0e65194c1df8d4afb34
|
||||
Subproject commit 1b470b7982aa820ab2c972c8242f860e83ab6971
|
@ -15,7 +15,7 @@ EOF
|
||||
|
||||
# Discord RPC
|
||||
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;
|
||||
test -S "$XDG_RUNTIME_DIR"/"discord-ipc-$i" || ln -sf {app/com.discordapp.Discord,"$XDG_RUNTIME_DIR"}/"discord-ipc-$i";
|
||||
done
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user