Skip to content

Commit

Permalink
fix(build): retain extracted pmd permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
YodaDaCoda committed Dec 3, 2024
1 parent 58e7676 commit 15ef996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-pmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function extractPmd(buffer) {
const Zip = require("adm-zip");

const pmdZip = new Zip(buffer);
pmdZip.extractAllTo("dist", true);
pmdZip.extractAllTo("dist", true, true);
}

async function movePmd() {
Expand Down

0 comments on commit 15ef996

Please sign in to comment.