Skip to content

Commit 3561ebe

Browse files
committed
debugging windows
1 parent 1b5cf30 commit 3561ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/win32.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var CONFIG = module.exports = {
1515
dir: path.resolve(__dirname, '../build'),
1616
out: path.resolve(__dirname, '../dist'),
1717
appPath: APP_PATH,
18-
BUILD: path.join(APP_PATH, 'resources/app.asar'),
18+
BUILD: path.join(APP_PATH, 'resources', 'app'),
1919
ELECTRON: path.join(APP_PATH, NAME + '.exe'),
2020
platform: 'win32',
2121
arch: 'ia32',

0 commit comments

Comments
 (0)