Skip to content

Commit

Permalink
Switched from an 'asar' file for the application bundle to an unbundl…
Browse files Browse the repository at this point in the history
…ed approach
  • Loading branch information
loehnertz committed Feb 6, 2018
1 parent 73e05ec commit c249cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .electron-vue/build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const path = require('path')
*/
module.exports = {
arch: 'x64',
asar: true,
asar: false,
dir: path.join(__dirname, '../'),
icon: path.join(__dirname, '../build/icons/icon'),
ignore: /(^\/(src|test|\.[a-z]+|README|yarn|static|dist\/web))|\.gitkeep/,
Expand Down

0 comments on commit c249cf1

Please sign in to comment.