Skip to content

Commit

Permalink
fix: fix the binary path for macos doxygen binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 19, 2024
1 parent 77fbfe8 commit dbfc8a8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/actions/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/actions/setup-cpp.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/legacy/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/legacy/setup-cpp.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modern/setup-cpp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modern/setup-cpp.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/doxygen/doxygen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function getDoxygenPackageInfo(version: string, platform: NodeJS.Platform, _arch
case "darwin": {
const folderName = `Doxygen-${version}`
return {
binRelativeDir: "bin/",
binRelativeDir: "Doxygen/Doxygen.app/Contents/Resources/",
binFileName: addExeExt("doxygen"),
extractedFolderName: folderName,
extractFunction: setupDmg,
Expand Down

0 comments on commit dbfc8a8

Please sign in to comment.