mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Added wildcards to the RPCS3 and Yuzu AppImage entries in es_find_rules.xml
This commit is contained in:
parent
da802aec61
commit
4bcc81ea0a
|
@ -65,9 +65,9 @@
|
||||||
</rule>
|
</rule>
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
<entry>/var/lib/flatpak/exports/bin/net.rpcs3.RPCS3</entry>
|
<entry>/var/lib/flatpak/exports/bin/net.rpcs3.RPCS3</entry>
|
||||||
<entry>~/Applications/rpcs3.AppImage</entry>
|
<entry>~/Applications/rpcs3*.AppImage</entry>
|
||||||
<entry>~/.local/bin/rpcs3.AppImage</entry>
|
<entry>~/.local/bin/rpcs3*.AppImage</entry>
|
||||||
<entry>~/bin/rpcs3.AppImage</entry>
|
<entry>~/bin/rpcs3*.AppImage</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
<emulator name="XEMU">
|
<emulator name="XEMU">
|
||||||
|
@ -89,9 +89,9 @@
|
||||||
</rule>
|
</rule>
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
<entry>/var/lib/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
|
<entry>/var/lib/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
|
||||||
<entry>~/Applications/yuzu.AppImage</entry>
|
<entry>~/Applications/yuzu*.AppImage</entry>
|
||||||
<entry>~/.local/bin/yuzu.AppImage</entry>
|
<entry>~/.local/bin/yuzu*.AppImage</entry>
|
||||||
<entry>~/bin/yuzu.AppImage</entry>
|
<entry>~/bin/yuzu*.AppImage</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
</ruleList>
|
</ruleList>
|
Loading…
Reference in a new issue