Skip to content

Commit c249cf1

Browse files
committed
Switched from an 'asar' file for the application bundle to an unbundled approach
1 parent 73e05ec commit c249cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.electron-vue/build.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const path = require('path')
66
*/
77
module.exports = {
88
arch: 'x64',
9-
asar: true,
9+
asar: false,
1010
dir: path.join(__dirname, '../'),
1111
icon: path.join(__dirname, '../build/icons/icon'),
1212
ignore: /(^\/(src|test|\.[a-z]+|README|yarn|static|dist\/web))|\.gitkeep/,

0 commit comments

Comments
 (0)