diff --git a/Electron/package.json b/Electron/package.json index 74d696a..c371a97 100755 --- a/Electron/package.json +++ b/Electron/package.json @@ -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": { @@ -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", @@ -39,6 +34,7 @@ }, "afterSign": "build/notarize.js", "win": { + "signAndEditExecutable" : false, "verifyUpdateCodeSignature": false, "target": "NSIS", "icon": "./icon.png"