mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Removed unused packages and changed comment
This commit is contained in:
5
index.js
5
index.js
@@ -1,8 +1,6 @@
|
|||||||
const os = require("os");
|
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
const forge = require("node-forge");
|
const forge = require("node-forge");
|
||||||
const { spawn } = require("child_process");
|
|
||||||
const archiver = require("archiver");
|
const archiver = require("archiver");
|
||||||
const async = require("async");
|
const async = require("async");
|
||||||
const stream = require("stream");
|
const stream = require("stream");
|
||||||
@@ -88,8 +86,7 @@ function loadConfiguration(setup) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Generates the cryptografic signature for the manifest file.
|
Generates the PKCS #7 cryptografic signature for the manifest file.
|
||||||
Spawns Openssl process since Node.js has no support for PKCSs.
|
|
||||||
|
|
||||||
@function createSignature
|
@function createSignature
|
||||||
@params {String} manifestPath - temp dir path created to keep the manifest file.
|
@params {String} manifestPath - temp dir path created to keep the manifest file.
|
||||||
|
|||||||
Reference in New Issue
Block a user