We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85824c5 commit 9d02e1eCopy full SHA for 9d02e1e
package.json
@@ -10,7 +10,7 @@
10
"make": "electron-forge make",
11
"make-mac": "electron-forge make --platform darwin",
12
"make-macintel": "electron-forge make --platform darwin --arch=\"arm64\"",
13
- "postinstall": "scripts/post-install.sh",
+ "postinstall": "bash scripts/post-install.sh",
14
"publish": "electron-forge publish"
15
},
16
"productName": "simplycode",
0 commit comments