Use environment variables for chrome directory options
Release Please / release-please (push) Has been cancelled

This commit is contained in:
Roy
2026-01-12 02:46:50 -08:00
committed by GitHub
parent 310c750071
commit 57f92375fa
+2 -2
View File
@@ -3256,10 +3256,10 @@ for i, website in enumerate(custom_websites):
launch_options = f"{base_launch_options} {url}"
create_new_entry(
chromedirectory,
os.environ["chromedirectory"],
game_name,
launch_options,
chrome_startdir,
os.environ["chrome_startdir"],
launcher_name=browser_for_env('customchromelaunchoptions')
)