Skip to content

Commit

Permalink
Added argument to lorca to fix Chrome closing issue
Browse files Browse the repository at this point in the history
Followed advice from zserge/lorca#184 (comment)
  • Loading branch information
synthparadox authored Mar 29, 2023
1 parent cb83fd6 commit 5e99087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ func main() {
}

args := []string{}
args = append(args, "--remote-allow-origins=*")
if runtime.GOOS == "linux" {
args = append(args, "--class=Lorca")
}
Expand Down

0 comments on commit 5e99087

Please sign in to comment.