Skip to content

Commit

Permalink
Fix redbean LaunchBrowser()
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Oct 13, 2023
1 parent 3851025 commit d1a283a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/net/redbean.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d1a283a

Please sign in to comment.