1
0
Fork 0
mirror of synced 2024-06-18 02:24:43 +12:00

Launcher: Add Fortnite to detached processes

This commit is contained in:
loathingKernel 2023-12-07 13:29:11 +02:00
parent b20be46752
commit 1c9b6f3faf
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -23,7 +23,8 @@ from .console import Console
from .lgd_helper import get_launch_args, InitArgs, get_configured_process, LaunchArgs, GameArgsError
DETACHED_APP_NAMES = [
"0a2d9f6403244d12969e11da6713137b"
"0a2d9f6403244d12969e11da6713137b" # Fall Guys
"Fortnite"
]