fix: install to plugins/yonexus-server (match plugin id)

This commit is contained in:
nav
2026-04-16 10:38:29 +00:00
parent ea764f637e
commit 108590443c

View File

@@ -15,7 +15,7 @@ if (!mode) {
}
const repoRoot = path.resolve(import.meta.dirname, "..");
const pluginName = "Yonexus.Server";
const pluginName = "yonexus-server";
const sourceDist = path.join(repoRoot, "dist");
const targetDir = path.join(profilePath, "plugins", pluginName);