Skip to content

Commit 7077033

Browse files
committed
🔥 remove git-info-sync
1 parent 11953c7 commit 7077033

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template/.electron-vue/build.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const path = require('path')
2-
const gitInfo = require('git-info-sync')
32

43
/**
54
* `electron-packager` options
@@ -14,7 +13,6 @@ module.exports = {
1413
{{else}}
1514
asar: true,
1615
{{/isEnabled}}
17-
buildVersion: gitInfo(['SHA']).SHA,
1816
dir: path.join(__dirname, '../'),
1917
icon: path.join(__dirname, '../build/icons/icon'),
2018
ignore: /(^\/(src|test|\.[a-z]+|README|yarn|static|dist\/web))|\.gitkeep/,

0 commit comments

Comments
 (0)