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 @@
"main": "index.js",
"build": {
"appId": "com.shiftreset.actual",
"afterSign": "./afterSignHook.js",
"files": [
"!node_modules/loot-core/src{,/**/*}",
"!node_modules/loot-core/lib-dist/{browser,bundle.mobile*}",
......@@ -40,8 +39,7 @@
},
"win": {
"target": "nsis",
"icon": "icons/icon.ico",
"certificateSubjectName": "Shift Reset LLC"
"icon": "icons/icon.ico"
}
},
"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