Compare commits
1 Commits
ea764f637e
...
108590443c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
108590443c |
@@ -15,7 +15,7 @@ if (!mode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const repoRoot = path.resolve(import.meta.dirname, "..");
|
const repoRoot = path.resolve(import.meta.dirname, "..");
|
||||||
const pluginName = "Yonexus.Server";
|
const pluginName = "yonexus-server";
|
||||||
const sourceDist = path.join(repoRoot, "dist");
|
const sourceDist = path.join(repoRoot, "dist");
|
||||||
const targetDir = path.join(profilePath, "plugins", pluginName);
|
const targetDir = path.join(profilePath, "plugins", pluginName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user