homepage url hotfix

This commit is contained in:
2023-02-09 18:57:56 -06:00
parent 7e67128abe
commit 5de6a97dbd
5 changed files with 7 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ function readMeta(name) {
injectinto: '',
downloadURL: paths.url,
supportURL: urls.support,
homepageURL: urls.base,
homepageURL: urls.home,
unwrap: false,
};
let metaPath = paths.meta;