From 23c796bfb09655cb98280b0a4a56675af523ba11 Mon Sep 17 00:00:00 2001
From: Leon Styhre <leon@leonstyhre.com>
Date: Mon, 10 Jul 2023 10:41:30 +0200
Subject: [PATCH] (Linux) Changed the PCSX2 AppImage find rule to
 pcsx2*.AppImage

---
 resources/systems/unix/es_find_rules.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/resources/systems/unix/es_find_rules.xml b/resources/systems/unix/es_find_rules.xml
index 55b95881f..e8fe0a97e 100644
--- a/resources/systems/unix/es_find_rules.xml
+++ b/resources/systems/unix/es_find_rules.xml
@@ -439,9 +439,9 @@
             <entry>pcsx2-qt</entry>
         </rule>
         <rule type="staticpath">
-            <entry>~/Applications/pcsx2*-Qt.AppImage</entry>
-            <entry>~/.local/bin/pcsx2*-Qt.AppImage</entry>
-            <entry>~/bin/pcsx2*-Qt.AppImage</entry>
+            <entry>~/Applications/pcsx2*.AppImage</entry>
+            <entry>~/.local/bin/pcsx2*.AppImage</entry>
+            <entry>~/bin/pcsx2*.AppImage</entry>
         </rule>
     </emulator>
     <emulator name="PCSX2-LEGACY">