Skip to content
Snippets Groups Projects
Commit d6eb0d9d authored by Tom French's avatar Tom French Committed by James Long
Browse files

build: remove signing config

parent 86fbab2d
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ ...@@ -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 @@ ...@@ -40,8 +39,7 @@
}, },
"win": { "win": {
"target": "nsis", "target": "nsis",
"icon": "icons/icon.ico", "icon": "icons/icon.ico"
"certificateSubjectName": "Shift Reset LLC"
} }
}, },
"dependencies": { "dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment