There was an error while loading. Please reload this page.
1 parent 11953c7 commit 7077033Copy full SHA for 7077033
template/.electron-vue/build.config.js
@@ -1,5 +1,4 @@
1
const path = require('path')
2
-const gitInfo = require('git-info-sync')
3
4
/**
5
* `electron-packager` options
@@ -14,7 +13,6 @@ module.exports = {
14
13
{{else}}
15
asar: true,
16
{{/isEnabled}}
17
- buildVersion: gitInfo(['SHA']).SHA,
18
dir: path.join(__dirname, '../'),
19
icon: path.join(__dirname, '../build/icons/icon'),
20
ignore: /(^\/(src|test|\.[a-z]+|README|yarn|static|dist\/web))|\.gitkeep/,
0 commit comments