mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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 type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/net.rpcs3.RPCS3</entry>
|
||||
<entry>~/Applications/rpcs3.AppImage</entry>
|
||||
<entry>~/.local/bin/rpcs3.AppImage</entry>
|
||||
<entry>~/bin/rpcs3.AppImage</entry>
|
||||
<entry>~/Applications/rpcs3*.AppImage</entry>
|
||||
<entry>~/.local/bin/rpcs3*.AppImage</entry>
|
||||
<entry>~/bin/rpcs3*.AppImage</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XEMU">
|
||||
|
@ -89,9 +89,9 @@
|
|||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
|
||||
<entry>~/Applications/yuzu.AppImage</entry>
|
||||
<entry>~/.local/bin/yuzu.AppImage</entry>
|
||||
<entry>~/bin/yuzu.AppImage</entry>
|
||||
<entry>~/Applications/yuzu*.AppImage</entry>
|
||||
<entry>~/.local/bin/yuzu*.AppImage</entry>
|
||||
<entry>~/bin/yuzu*.AppImage</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
</ruleList>
|
Loading…
Reference in a new issue