Skip to content

Commit

Permalink
🐛 fix unable to automatically detect pandoc paths on macos #140
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish authored Dec 12, 2023
1 parent 7961cfa commit 7b75870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const DEFAULT_ENV = (() => {
env = setPlatformValue(
env,
{
'PATH': '/usr/local/bin:/Library/TeX/texbin:${PATH}', // Add HomebrewBin and TexBin
'PATH': '/opt/homebrew/bin:/usr/local/bin:/Library/TeX/texbin:${PATH}', // Add HomebrewBin and TexBin. see: https://docs.brew.sh/Installation
},
'darwin' // for MacOS only.
);
Expand Down

0 comments on commit 7b75870

Please sign in to comment.