From b0d2457569141bea53f36bf30db54b677bab5909 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:15:41 -0500 Subject: [PATCH 1/5] Add Nexon Steam Game Launcher rule --- rules.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.ini b/rules.ini index 9af952bbc..52a2ff18d 100644 --- a/rules.ini +++ b/rules.ini @@ -320,6 +320,7 @@ EA_App = (?:^|/)EAappInstaller\.exe$ Gaijin = (?:^|/)gaijin_downloader\.exe$ Glyph = ^GlyphClient\.cfg$ MyGames = ^(?:GameCenter)?_chromeresources +Nexon = ^nxsteam\.exe$ Paradox_Launcher = (?:^|/)dowser\.exe$ Rockstar = (?:^|/)Rockstar-Games-Launcher\.exe$ Ubisoft[] = (?:^|/)UbisoftConnectInstaller\.exe$ From edb2e172487f9230225a4a188c2871e01a1b2f37 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:16:49 -0500 Subject: [PATCH 2/5] Create Launcher.Nexon.txt --- tests/types/Launcher.Nexon.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/types/Launcher.Nexon.txt diff --git a/tests/types/Launcher.Nexon.txt b/tests/types/Launcher.Nexon.txt new file mode 100644 index 000000000..6bfacae4c --- /dev/null +++ b/tests/types/Launcher.Nexon.txt @@ -0,0 +1 @@ +nxsteam.exe From ea54cc04c56fdcfeb0d988802c3b99f03294adfa Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:26:27 -0500 Subject: [PATCH 3/5] Create Launcher.Nexon.md --- descriptions/Launcher.Nexon.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 descriptions/Launcher.Nexon.md diff --git a/descriptions/Launcher.Nexon.md b/descriptions/Launcher.Nexon.md new file mode 100644 index 000000000..16d1b38cc --- /dev/null +++ b/descriptions/Launcher.Nexon.md @@ -0,0 +1 @@ +Nexon Steam Game Launcher is a launcher by [**Nexon**](https://www.nexon.com/main/en), used for their games. From f898710170bcd9cac0eb0fd946b728571a637374 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:41:25 -0500 Subject: [PATCH 4/5] Find nxsteam.exe in folders, too --- rules.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index 52a2ff18d..0c982a908 100644 --- a/rules.ini +++ b/rules.ini @@ -320,7 +320,7 @@ EA_App = (?:^|/)EAappInstaller\.exe$ Gaijin = (?:^|/)gaijin_downloader\.exe$ Glyph = ^GlyphClient\.cfg$ MyGames = ^(?:GameCenter)?_chromeresources -Nexon = ^nxsteam\.exe$ +Nexon = (?:^|/)nxsteam\.exe$ Paradox_Launcher = (?:^|/)dowser\.exe$ Rockstar = (?:^|/)Rockstar-Games-Launcher\.exe$ Ubisoft[] = (?:^|/)UbisoftConnectInstaller\.exe$ From 9e34a75a08edefcf8362c32049fd2d4b91bf8253 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:42:03 -0500 Subject: [PATCH 5/5] Add /nxsteam.exe to Launcher.Nexon.txt --- tests/types/Launcher.Nexon.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/types/Launcher.Nexon.txt b/tests/types/Launcher.Nexon.txt index 6bfacae4c..6cd828f77 100644 --- a/tests/types/Launcher.Nexon.txt +++ b/tests/types/Launcher.Nexon.txt @@ -1 +1,2 @@ +/nxsteam.exe nxsteam.exe