try different syntax
This commit is contained in:
parent
7ac6090088
commit
891ca9a75d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ browserProc url = proc "am"
|
|||
["start", "-a", "android.intent.action.VIEW", "-d", url]
|
||||
#else
|
||||
#ifdef mingw32_HOST_OS
|
||||
browserProc url = proc "cmd" ["/c", "start", url]
|
||||
browserProc url = proc "cmd" ["/c", "start " ++ url]
|
||||
#else
|
||||
browserProc url = proc "xdg-open" [url]
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue