Skip to content

Commit

Permalink
Fix export to pdf and docx fail on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Mar 15, 2024
1 parent e7737ca commit 4a4494c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/markdownService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export class MarkdownService {
"C:\\Program Files (x86)\\Microsoft\\Edge Beta\\Application\\msedge.exe",
"C:\\Program Files (x86)\\Microsoft\\Edge Dev\\Application\\msedge.exe",
join(homedir(), "AppData\\Local\\Microsoft\\Edge SxS\\Application\\msedge.exe"),
'"/Applications/Google Chrome.app"',
'"/Applications/Microsoft Edge.app"',
'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',
'/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge',
"/usr/bin/microsoft-edge",
]

Expand Down

0 comments on commit 4a4494c

Please sign in to comment.