Fix redbean LaunchBrowser()

This commit is contained in:
Justine Tunney 2023-10-13 11:39:00 -07:00
parent 3851025b77
commit d1a283a588
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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 {