build: remove signing config
This commit is contained in:
parent
86fbab2d2a
commit
d6eb0d9d2e
1 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,6 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "com.shiftreset.actual",
|
"appId": "com.shiftreset.actual",
|
||||||
"afterSign": "./afterSignHook.js",
|
|
||||||
"files": [
|
"files": [
|
||||||
"!node_modules/loot-core/src{,/**/*}",
|
"!node_modules/loot-core/src{,/**/*}",
|
||||||
"!node_modules/loot-core/lib-dist/{browser,bundle.mobile*}",
|
"!node_modules/loot-core/lib-dist/{browser,bundle.mobile*}",
|
||||||
|
@ -40,8 +39,7 @@
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "nsis",
|
"target": "nsis",
|
||||||
"icon": "icons/icon.ico",
|
"icon": "icons/icon.ico"
|
||||||
"certificateSubjectName": "Shift Reset LLC"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue