mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Removed creation of output directory in the main path
This commit is contained in:
4
index.js
4
index.js
@@ -358,10 +358,6 @@ function RequestHandler(request, response) {
|
|||||||
|
|
||||||
let signatureBuffer = createSignature(manifest);
|
let signatureBuffer = createSignature(manifest);
|
||||||
|
|
||||||
if (!fs.existsSync("output")) {
|
|
||||||
fs.mkdirSync("output");
|
|
||||||
}
|
|
||||||
|
|
||||||
archive.append(signatureBuffer, { name: "signature" });
|
archive.append(signatureBuffer, { name: "signature" });
|
||||||
|
|
||||||
response.set({
|
response.set({
|
||||||
|
|||||||
Reference in New Issue
Block a user