We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb73e7 commit 150ea5dCopy full SHA for 150ea5d
src/api/package.js
@@ -95,7 +95,7 @@ export default async (providedOptions = {}) => {
95
version: packageJSON.devDependencies['electron-prebuilt-compile'],
96
});
97
packageOpts.quiet = true;
98
- if (typeof packageOpts.asar === 'object' && packageOpts.unpack) {
+ if (typeof packageOpts.asar === 'object' && packageOpts.asar.unpack) {
99
packagerSpinner.fail();
100
throw new Error('electron-compile does not support asar.unpack yet. Please use asar.unpackDir');
101
}
0 commit comments