Attempt to fix windows publish

This commit is contained in:
jeffvli
2023-02-28 12:21:03 -08:00
parent fab0ce0ec4
commit a39994b6bf

View File

@@ -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"
]
}
}