Update. /JL
Some checks failed
Go / build (1.19.x) (push) Has been cancelled
Go / build (1.20.x) (push) Has been cancelled

This commit is contained in:
Jan Lerking
2024-04-23 13:42:21 +02:00
parent 4831dcc0d9
commit 09ed4ff7ca

View File

@@ -16,7 +16,7 @@ func openBrowser(url string) bool {
case "darwin": case "darwin":
args = []string{"open"} args = []string{"open"}
case "windows": case "windows":
args = []string{"cmd", "/c", "start", "chrome"} args = []string{"cmd", "/c", "start", "chrome", "--new-window"}
default: default:
args = []string{"xdg-open"} args = []string{"xdg-open"}
} }