changed typo in Xbox Game Pass

This commit is contained in:
Roy 2023-06-17 11:40:35 -07:00 committed by GitHub
parent bd6a05f6a2
commit fab8dffbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2536,7 +2536,7 @@ done
if [[ $options == *"Xbox Game Pass"* ]]; then if [[ $options == *"Xbox Game Pass"* ]]; then
# User selected Xbox Game Pass # User selected Xbox Game Pass
microsoftedgedirectory="\"$microsoftedge_path\"" microsoftedgedirectory="\"$microsoftedge_path\""
xboxedgelaunchoptions="run --branch=stable --arch=x86_64 --command=/app/bin/edge --file-forwarding com.microsoft.Edge @@u @@ --window-size=1280,800 --force-device-scale-factor=1.00 --device-scale-factor=1.00 --kiosk "https://www.xbox.com/play" --enable-features=OverlayScrollbar" xboxedgelaunchoptions="run --branch=stable --arch=x86_64 --command=/app/bin/edge --file-forwarding com.microsoft.Edge @@u @@ --window-size=1280,800 --force-device-scale-factor=1.00 --device-scale-factor=1.00 --kiosk https://www.xbox.com/play --enable-features=OverlayScrollbar"
fi fi
if [[ $options == *"Netflix"* ]]; then if [[ $options == *"Netflix"* ]]; then