Browse Source

Attempt to fix windows publish

master
jeffvli 2 years ago
parent
commit
a39994b6bf
  1. 6
      package.json

6
package.json

@ -44,6 +44,7 @@
"img/"
],
"afterSign": ".erb/scripts/Notarize.js",
"electronVersion": "22.3.1",
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
@ -325,5 +326,10 @@
"hooks": {
"pre-commit": "lint-staged"
}
},
"workspaces": {
"nohoist": [
"electron"
]
}
}

Loading…
Cancel
Save