Skip to content

Add Infestation Launcher #816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/Launcher.Infestation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Infestation Launcher is a luancher used for the series of the same name, by [**Fredaikis AB**](https://fredaikis.com/).
1 change: 1 addition & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ ZStandard = (?:^|/)zstd\.dll$
EA_App = (?:^|/)EAappInstaller\.exe$
Gaijin = (?:^|/)gaijin_downloader\.exe$
Glyph = ^GlyphClient\.cfg$
Infestation = ^InfestationLauncher\.exe$
MyGames = ^(?:GameCenter)?_chromeresources
Netmarble = ^MarbleStation/MarbleStation\.exe$
Paradox_Launcher = (?:^|/)dowser\.exe$
Expand Down
1 change: 1 addition & 0 deletions tests/types/Launcher.Infestation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
InfestationLauncher.exe
7 changes: 7 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,13 @@ ChromEd.exef
sub/dir/ChromeEngine2.dllf
sub/dir/ChromeEngine3.dllf
sub/dir/ChromEd.exef
/InfestationLauncher.exe
fInfestationLauncher.exe
Infestation.exe
InfestationLauncher/
InfestationLauncherf
InfestationLauncher.f
InfestationLauncher.exef
vtt.dll
nvtt_dll
nvtt.dl
Expand Down