Skip to content

Commit

Permalink
try not signing for electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
cemheren committed Nov 21, 2022
1 parent 5491ac6 commit 9480bcd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "librarian",
"version": "0.0.49",
"version": "0.0.50",
"description": "The app that let's you search your thoughts.",
"main": "main.js",
"scripts": {
Expand All @@ -10,11 +10,6 @@
"dist": "electron-builder --publish never",
"zip": "touch dist/librarian-$(node -p \"require('./package.json').version\")-mac.zip"
},
"husky": {
"hooks": {
"pre-push": ""
}
},
"repository": "https://github.com/cemheren/wanshitong",
"keywords": [
"10000",
Expand All @@ -39,6 +34,7 @@
},
"afterSign": "build/notarize.js",
"win": {
"signAndEditExecutable" : false,
"verifyUpdateCodeSignature": false,
"target": "NSIS",
"icon": "./icon.png"
Expand Down

0 comments on commit 9480bcd

Please sign in to comment.