Skip to content

Commit

Permalink
fix: windows can't open browser
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 committed Sep 27, 2020
1 parent 154af8b commit 96943d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/openExplorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func OpenExplorer(url string) {
var args []string
switch runtime.GOOS {
case "windows":
cmd = "explorer"
cmd = "cmd"
args = []string{"/c", "start"}
case "darwin":
// mac
Expand Down

0 comments on commit 96943d0

Please sign in to comment.