mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
Merge pull request #6 from monkeyx-net/retrodeck-ruffle
Fix Ruffle find rule
This commit is contained in:
commit
cde756f356
|
@ -807,10 +807,10 @@
|
||||||
<emulator name="RUFFLE">
|
<emulator name="RUFFLE">
|
||||||
<!-- Adobe Flash player Ruffle -->
|
<!-- Adobe Flash player Ruffle -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
<entry>/app/bin/ruffle-wrapper.sh</entry> <!-- RetroDECK -->
|
|
||||||
<entry>ruffle</entry>
|
<entry>ruffle</entry>
|
||||||
</rule>
|
</rule>
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
<entry>/app/bin/ruffle-wrapper.sh</entry> <!-- RetroDECK -->
|
||||||
<entry>~/Applications/ruffle/ruffle</entry>
|
<entry>~/Applications/ruffle/ruffle</entry>
|
||||||
<entry>~/.local/share/applications/ruffle/ruffle</entry>
|
<entry>~/.local/share/applications/ruffle/ruffle</entry>
|
||||||
<entry>~/.local/bin/ruffle/ruffle</entry>
|
<entry>~/.local/bin/ruffle/ruffle</entry>
|
||||||
|
|
Loading…
Reference in a new issue