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 1b5cf30 commit 3561ebeCopy full SHA for 3561ebe
tasks/win32.js
@@ -15,7 +15,7 @@ var CONFIG = module.exports = {
15
dir: path.resolve(__dirname, '../build'),
16
out: path.resolve(__dirname, '../dist'),
17
appPath: APP_PATH,
18
- BUILD: path.join(APP_PATH, 'resources/app.asar'),
+ BUILD: path.join(APP_PATH, 'resources', 'app'),
19
ELECTRON: path.join(APP_PATH, NAME + '.exe'),
20
platform: 'win32',
21
arch: 'ia32',
0 commit comments