We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5276c5 commit 5d11f96Copy full SHA for 5d11f96
pkg/goax/app/app_darwin.go
@@ -8,6 +8,6 @@ import (
8
)
9
10
func osOpen(appPath string) error {
11
- cmd := exec.Command("open", appPath)
+ cmd := exec.Command("open", "-a", appPath)
12
return cmd.Start()
13
}
0 commit comments