Update launcher_name to use custom launch options

This commit is contained in:
Roy
2026-01-12 02:39:27 -08:00
committed by GitHub
parent 920793c5b4
commit 310c750071
+2 -1
View File
@@ -3260,8 +3260,9 @@ for i, website in enumerate(custom_websites):
game_name,
launch_options,
chrome_startdir,
launcher_name=browser_name
launcher_name=browser_for_env('customchromelaunchoptions')
)
def remove_unwanted_lines(lines, remove_keys):