Skip to content

Commit 98dd1d8

Browse files
committed
gh-137586: Fix Microsoft Edge bundle ID on macOS (com.microsoft.edgemac)
1 parent e193626 commit 98dd1d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/webbrowser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ class MacOSX(BaseBrowser):
708708
'safari': 'com.apple.Safari',
709709
'chromium': 'org.chromium.Chromium',
710710
'opera': 'com.operasoftware.Opera',
711-
'microsoft edge': 'com.microsoft.Edge',
711+
'microsoft edge': 'com.microsoft.edgemac',
712712
}
713713

714714
def open(self, url, new=0, autoraise=True):

0 commit comments

Comments
 (0)