mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Fix redbean LaunchBrowser()
This commit is contained in:
parent
3851025b77
commit
d1a283a588
1 changed files with 1 additions and 1 deletions
|
@ -2870,7 +2870,7 @@ static char *GetBasicAuthorization(size_t *z) {
|
|||
|
||||
static const char *GetSystemUrlLauncherCommand(void) {
|
||||
if (IsWindows()) {
|
||||
return "explorer";
|
||||
return "explorer.exe";
|
||||
} else if (IsXnu()) {
|
||||
return "open";
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue