mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Use environment variables for chrome directory options
Release Please / release-please (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
This commit is contained in:
+2
-2
@@ -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')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user