Added support for the new Lime3DS binary names on Linux, macOS and Windows

This commit is contained in:
Leon Styhre 2024-09-07 10:58:08 +02:00
parent e69210204f
commit f48e68c5e9
4 changed files with 14 additions and 1 deletions

View file

@ -82,7 +82,7 @@ Emulators\gopher2600\gopher2600_windows_amd64.exe
Emulators\hatari\hatari.exe
Emulators\Hypseus Singe\hypseus.exe
Emulators\KEmulator\KEmulator.exe
Emulators\lime3ds\lime3ds-gui.exe
Emulators\lime3ds\lime3ds.exe
Emulators\m2emulator\EMULATOR.EXE
Emulators\mame\mame.exe
Emulators\mednafen\mednafen.exe

View file

@ -484,10 +484,15 @@
<emulator name="LIME3DS">
<!-- Nintendo 3DS emulator Lime3DS -->
<rule type="systempath">
<entry>lime3ds</entry>
<entry>lime3ds-gui</entry>
<entry>lime-qt</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/lime3ds.AppImage</entry>
<entry>~/.local/share/applications/lime3ds.AppImage</entry>
<entry>~/.local/bin/lime3ds.AppImage</entry>
<entry>~/bin/lime3ds.AppImage</entry>
<entry>~/Applications/lime3ds-gui*.AppImage</entry>
<entry>~/.local/share/applications/lime3ds-gui*.AppImage</entry>
<entry>~/.local/bin/lime3ds-gui*.AppImage</entry>
@ -496,6 +501,10 @@
<entry>~/.local/share/applications/lime-qt*.AppImage</entry>
<entry>~/.local/bin/lime-qt*.AppImage</entry>
<entry>~/bin/lime-qt*.AppImage</entry>
<entry>~/Applications/lime3ds*.AppImage</entry>
<entry>~/.local/share/applications/lime3ds*.AppImage</entry>
<entry>~/.local/bin/lime3ds*.AppImage</entry>
<entry>~/bin/lime3ds*.AppImage</entry>
<entry>/var/lib/flatpak/exports/bin/io.github.lime3ds.Lime3DS</entry>
<entry>~/.local/share/flatpak/exports/bin/io.github.lime3ds.Lime3DS</entry>
</rule>

View file

@ -169,6 +169,7 @@
<emulator name="LIME3DS">
<!-- Nintendo 3DS emulator Lime3DS -->
<rule type="staticpath">
<entry>/Applications/lime3ds.app/Contents/MacOS/lime3ds</entry>
<entry>/Applications/lime3ds-gui.app/Contents/MacOS/lime3ds-gui</entry>
<entry>/Applications/lime-qt.app/Contents/MacOS/lime-qt</entry>
</rule>

View file

@ -425,10 +425,13 @@
<emulator name="LIME3DS">
<!-- Nintendo 3DS emulator Lime3DS -->
<rule type="systempath">
<entry>lime3ds.exe</entry>
<entry>lime3ds-gui.exe</entry>
<entry>lime-qt.exe</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\lime3ds\lime3ds.exe</entry>
<entry>%ESPATH%\..\Emulators\lime3ds\lime3ds.exe</entry>
<entry>%ESPATH%\Emulators\lime3ds\lime3ds-gui.exe</entry>
<entry>%ESPATH%\..\Emulators\lime3ds\lime3ds-gui.exe</entry>
<entry>%ESPATH%\Emulators\lime-qt\lime-qt.exe</entry>