chore: unify zip installs around dist

This commit is contained in:
2026-05-25 16:48:59 +08:00
parent 1a7b025aee
commit 3a80ef9859
6 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import yazl from "yazl";
export async function createReleaseArchive({
archivePath,
rootDirName = "star-chart-search-enhancer-internal",
rootDirName = "dist",
sourceDir
}) {
const zip = new yazl.ZipFile();