From e38236d0f7322af86ca2da22c8c67aa4cd8d8b22 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 16 May 2024 17:08:41 +0200 Subject: [PATCH] (Linux, macOS and Windows) Added support for the new Lime3DS binary names --- es-app/assets/Windows_Portable_README.txt | 2 +- resources/systems/linux/es_find_rules.xml | 5 +++++ resources/systems/macos/es_find_rules.xml | 1 + resources/systems/unix/es_find_rules.xml | 2 +- resources/systems/windows/es_find_rules.xml | 3 +++ resources/systems/windows/es_find_rules_portable.xml | 2 ++ 6 files changed, 13 insertions(+), 2 deletions(-) diff --git a/es-app/assets/Windows_Portable_README.txt b/es-app/assets/Windows_Portable_README.txt index bba2a9ea3..28506fe24 100644 --- a/es-app/assets/Windows_Portable_README.txt +++ b/es-app/assets/Windows_Portable_README.txt @@ -80,7 +80,7 @@ Emulators\gopher2600\gopher2600_windows_amd64.exe Emulators\hatari\hatari.exe Emulators\Hypseus Singe\hypseus.exe Emulators\KEmulator\KEmulator.exe -Emulators\lime-qt\lime-qt.exe +Emulators\lime3ds\lime3ds-gui.exe Emulators\m2emulator\EMULATOR.EXE Emulators\mame\mame.exe Emulators\mednafen\mednafen.exe diff --git a/resources/systems/linux/es_find_rules.xml b/resources/systems/linux/es_find_rules.xml index 0a1c5741b..f2adacf3e 100644 --- a/resources/systems/linux/es_find_rules.xml +++ b/resources/systems/linux/es_find_rules.xml @@ -460,9 +460,14 @@ + lime3ds-gui lime-qt + ~/Applications/lime3ds-gui*.AppImage + ~/.local/share/applications/lime3ds-gui*.AppImage + ~/.local/bin/lime3ds-gui*.AppImage + ~/bin/lime3ds-gui*.AppImage ~/Applications/lime-qt*.AppImage ~/.local/share/applications/lime-qt*.AppImage ~/.local/bin/lime-qt*.AppImage diff --git a/resources/systems/macos/es_find_rules.xml b/resources/systems/macos/es_find_rules.xml index 330bc7714..9074613ba 100644 --- a/resources/systems/macos/es_find_rules.xml +++ b/resources/systems/macos/es_find_rules.xml @@ -163,6 +163,7 @@ + /Applications/lime3ds-gui.app/Contents/MacOS/lime3ds-gui /Applications/lime-qt.app/Contents/MacOS/lime-qt diff --git a/resources/systems/unix/es_find_rules.xml b/resources/systems/unix/es_find_rules.xml index 2c6957dcb..73504e25f 100644 --- a/resources/systems/unix/es_find_rules.xml +++ b/resources/systems/unix/es_find_rules.xml @@ -254,7 +254,7 @@ - lime-qt + lime3ds-gui diff --git a/resources/systems/windows/es_find_rules.xml b/resources/systems/windows/es_find_rules.xml index a605c65ba..50dff93d5 100644 --- a/resources/systems/windows/es_find_rules.xml +++ b/resources/systems/windows/es_find_rules.xml @@ -405,9 +405,12 @@ + lime3ds-gui.exe lime-qt.exe + %ESPATH%\Emulators\lime3ds\lime3ds-gui.exe + %ESPATH%\..\Emulators\lime3ds\lime3ds-gui.exe %ESPATH%\Emulators\lime-qt\lime-qt.exe %ESPATH%\..\Emulators\lime-qt\lime-qt.exe diff --git a/resources/systems/windows/es_find_rules_portable.xml b/resources/systems/windows/es_find_rules_portable.xml index acc4d19be..48bc616f2 100644 --- a/resources/systems/windows/es_find_rules_portable.xml +++ b/resources/systems/windows/es_find_rules_portable.xml @@ -270,6 +270,8 @@ + %ESPATH%\Emulators\lime3ds\lime3ds-gui.exe + %ESPATH%\..\Emulators\lime3ds\lime3ds-gui.exe %ESPATH%\Emulators\lime-qt\lime-qt.exe %ESPATH%\..\Emulators\lime-qt\lime-qt.exe