fix: fix the binary path for macos doxygen binaries

This commit is contained in:
Amin Yahyaabadi 2024-02-18 23:12:39 -08:00
parent 77fbfe849b
commit dbfc8a80e6
No known key found for this signature in database
GPG Key ID: F52AF77F636088F0
7 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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,