Skip to content

Commit

Permalink
Update pack.js script
Browse files Browse the repository at this point in the history
  • Loading branch information
Corb3nik committed Sep 6, 2024
1 parent 2f5cf52 commit d028dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const zip = new JSZip();

addDirToZip(DIST, zip);

const zipPath = path.join(DIST, "plugin.zip");
const zipPath = path.join(DIST, "plugin_package.zip");
zip
.generateAsync({
type: "nodebuffer",
Expand Down

0 comments on commit d028dde

Please sign in to comment.