Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const files = pathSorter(fileDescriptors.map(it => toSystemIndependentPath(it.path))
.filter(it => (!it.startsWith("lib/net45/locales/") || it === "lib/net45/locales/en-US.pak") && !it.endsWith(".psmdcp") && !it.endsWith("app-update.yml") && !it.includes("/inspector/")))
expect(files).toMatchSnapshot()
if (checkOptions == null) {
await unZipper.extractFile(fileDescriptors.filter(it => it.path === "TestApp.nuspec")[0], {
path: path.dirname(packageFile),
})
const expectedSpec = (await fs.readFile(path.join(path.dirname(packageFile), "TestApp.nuspec"), "utf8")).replace(/\r\n/g, "\n")
// console.log(expectedSpec)
expect(expectedSpec).toEqual(`
`)
}
}
async pack(outDir: string, arch: Arch, targets: Array, taskManager: AsyncTaskManager): Promise {
// skip pack
const helperClass: typeof SquirrelWindowsTarget = require("electron-builder-squirrel-windows").default
this.effectiveDistOptions = await (new helperClass(this, outDir).computeEffectiveDistOptions())
await this.sign(this.computeAppOutDir(outDir, arch))
}