Skip to content

Commit 55537f1

Browse files
authored
Fix: Use correct bundle ID for Microsoft Edge (#356)
1 parent 2ea66da commit 55537f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const baseOpen = async options => {
112112
'firefox.desktop': 'firefox',
113113
'com.microsoft.msedge': 'edge',
114114
'com.microsoft.edge': 'edge',
115+
'com.microsoft.edgemac': 'edge',
115116
'microsoft-edge.desktop': 'edge',
116117
};
117118

0 commit comments

Comments
 (0)