We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e05ec commit c249cf1Copy full SHA for c249cf1
.electron-vue/build.config.js
@@ -6,7 +6,7 @@ const path = require('path')
6
*/
7
module.exports = {
8
arch: 'x64',
9
- asar: true,
+ asar: false,
10
dir: path.join(__dirname, '../'),
11
icon: path.join(__dirname, '../build/icons/icon'),
12
ignore: /(^\/(src|test|\.[a-z]+|README|yarn|static|dist\/web))|\.gitkeep/,
0 commit comments