Merge pull request #117 from aminya/doxygen [skip ci]

This commit is contained in:
Amin Yahyaabadi 2022-08-09 18:14:47 -07:00 committed by GitHub
commit a9c830d17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 8 deletions

2
dist/setup_cpp.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/setup_cpp.mjs vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -52,9 +52,6 @@ const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
20: "0.63.0",
18: "0.61.4",
},
doxygen: {
20: "1.9.4",
},
nala: {
22: "",
21: "legacy",

View File

@ -61,7 +61,7 @@ export async function setupDoxygen(version: string, setupDir: string, arch: stri
}
case "linux": {
let installationInfo: InstallationInfo
if (version === "" || isArch() || hasDnf()) {
if (version === "" || version === undefined || isArch() || hasDnf()) {
if (isArch()) {
installationInfo = setupPacmanPack("doxygen", version)
} else if (hasDnf()) {