mirror of https://github.com/aminya/setup-cpp
fix: fix the doxygen binRelativeDir on Windows
This commit is contained in:
parent
2ddc806c2e
commit
9b4f52ec33
|
@ -26,7 +26,7 @@ function getDoxygenPackageInfo(version: string, platform: NodeJS.Platform, _arch
|
|||
case "win32": {
|
||||
const folderName = `doxygen-${version}`
|
||||
return {
|
||||
binRelativeDir: "bin/",
|
||||
binRelativeDir: "",
|
||||
binFileName: addBinExtension("doxygen"),
|
||||
extractedFolderName: folderName,
|
||||
extractFunction: extractZip,
|
||||
|
|
Loading…
Reference in New Issue