mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-26 00:34:43 +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) {
|
static const char *GetSystemUrlLauncherCommand(void) {
|
||||||
if (IsWindows()) {
|
if (IsWindows()) {
|
||||||
return "explorer";
|
return "explorer.exe";
|
||||||
} else if (IsXnu()) {
|
} else if (IsXnu()) {
|
||||||
return "open";
|
return "open";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue