We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3739c31 commit 3497c4cCopy full SHA for 3497c4c
electron-builder.json5
@@ -11,7 +11,10 @@
11
afterSign: "scripts/notarize.cjs",
12
mac: {
13
notarize: false,
14
- target: ["dmg"],
+ "target": [
15
+ "dmg",
16
+ "zip"
17
+ ],
18
artifactName: "outerbase-mac-${version}.${ext}",
19
},
20
win: {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "outerbase-studio-desktop",
3
"private": true,
4
- "version": "0.1.9",
+ "version": "0.1.10",
5
"type": "module",
6
"author": "Outerbase",
7
"description": "Outerbase Studio",
0 commit comments