You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit: 81bfb9686afd2d190134b44dd72d3cee876fe2ab # This commit refers to the PR 166: https://github.com/shiiion/dolphin/pull/166, but has been reworked in PR 118, https://github.com/shiiion/dolphin/pull/118 please change it when it's approved
103
-
# detects whether dolphin is running in a flatpak sandbox
104
-
# and makes it use xdg directories if it is.
105
-
# prevents dolphin from attempting to write conf files
106
-
# in non-writable paths, typically happens when a user
107
-
# has leftover files from a previous non-flatpak install
108
-
- type: patch
109
-
path: detectflatpak.patch
110
-
# version strings must match exactly for online multiplayer
111
-
- type: patch
112
-
path: nodirtyversion.patch
89
+
commit: 1863d37c969764ed5d29d986ecea0d9f78245b52
90
+
- type: file
91
+
path: appdata.xml
113
92
- type: script
114
93
commands:
115
94
- for i in {0..9}; do
116
95
- test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
0 commit comments