Added wildcards to the RPCS3 and Yuzu AppImage entries in es_find_rules.xml

This commit is contained in:
Leon Styhre 2022-02-21 17:26:11 +01:00
parent da802aec61
commit 4bcc81ea0a

View file

@ -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>