Skip to content

Commit

Permalink
Merge pull request #6 from monkeyx-net/retrodeck-ruffle
Browse files Browse the repository at this point in the history
 Fix Ruffle find rule
  • Loading branch information
XargonWan authored Aug 6, 2024
2 parents 2c6ff7a + 8bb8355 commit cde756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/systems/linux/es_find_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -807,10 +807,10 @@
<emulator name="RUFFLE">
<!-- Adobe Flash player Ruffle -->
<rule type="systempath">
<entry>/app/bin/ruffle-wrapper.sh</entry> <!-- RetroDECK -->
<entry>ruffle</entry>
</rule>
<rule type="staticpath">
<entry>/app/bin/ruffle-wrapper.sh</entry> <!-- RetroDECK -->
<entry>~/Applications/ruffle/ruffle</entry>
<entry>~/.local/share/applications/ruffle/ruffle</entry>
<entry>~/.local/bin/ruffle/ruffle</entry>
Expand Down

0 comments on commit cde756f

Please sign in to comment.