Fix previous release

This commit is contained in:
garronej 2023-03-25 05:09:28 +01:00
parent 70a524da46
commit 910bfe2318

View File

@ -22,7 +22,7 @@ export function getThemeSrcDirPath() {
})
.filter(exclude(undefined))[0];
if (themeSrcDirBasename === undefined) {
if (themeSrcDirPath === undefined) {
if (fs.existsSync(pathJoin(srcDirPath, "login")) || fs.existsSync(pathJoin(srcDirPath, "account"))) {
return { "themeSrcDirPath": srcDirPath };
}