fixed launch options

This commit is contained in:
Roy 2024-01-27 04:54:07 -08:00 committed by GitHub
parent de2e4c2488
commit 62dee8c03d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2438,9 +2438,9 @@ if [[ $options == *"Twitch"* ]]; then
fi
if [[ $options == *"movie-web"* ]]; then
# User selected Twitch
# User selected Tmovie-web
chromedirectory="\"$chrome_path\""
twitchchromelaunchoptions="run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @@ --window-size=1280,800 --force-device-scale-factor=1.00 --device-scale-factor=1.00 --kiosk https://movie-web.app/ --chrome-kiosk-type=fullscreen --no-first-run --enable-features=OverlayScrollbar"
moviewebchromelaunchoptions="run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @@ --window-size=1280,800 --force-device-scale-factor=1.00 --device-scale-factor=1.00 --kiosk https://movie-web.app/ --chrome-kiosk-type=fullscreen --no-first-run --enable-features=OverlayScrollbar"
fi
@ -2816,7 +2816,7 @@ create_new_entry('$chromedirectory', 'Amazon Prime Video', '$amazonchromelauncho
create_new_entry('$chromedirectory', 'Youtube', '$youtubechromelaunchoptions', '$chrome_startdir')
create_new_entry('$chromedirectory', 'Amazon Luna', '$lunachromelaunchoptions', '$chrome_startdir')
create_new_entry('$chromedirectory', 'Twitch', '$twitchchromelaunchoptions', '$chrome_startdir')
create_new_entry('$chromedirectory', 'movie-web', '$twitchchromelaunchoptions', '$chrome_startdir')
create_new_entry('$chromedirectory', 'movie-web', '$moviewebchromelaunchoptions', '$chrome_startdir')
# Iterate over each custom website