Skip to content

Commit 807efc0

Browse files
committed
add --class
1 parent 7e2b6a6 commit 807efc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biglinux-webapps/usr/bin/big-webapps-exec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ else
111111
fi
112112

113113
if [[ "$profile" == "Browser" ]]; then
114-
$browser_exec --no-default-browser-check --app="$url" &
114+
$browser_exec --no-default-browser-check --class="$class" --app="$url" &
115115
else
116116
$browser_exec --no-default-browser-check --class="$class" --user-data-dir="$HOME/.bigwebapps/$browser/$profile" --app="$url" &
117117
fi

0 commit comments

Comments
 (0)