Skip to content

Commit abcad9d

Browse files
Update electron-builder and package.json versions
1 parent 2fa66c6 commit abcad9d

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

electron-builder.json5

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@
1212
},
1313
files: ["dist", "dist-electron"],
1414
mac: {
15-
target: ["dmg", "zip"],
15+
target: [
16+
{
17+
target: "dmg",
18+
arch: ["x64", "arm64"],
19+
},
20+
{
21+
target: "zip",
22+
arch: ["x64", "arm64"],
23+
},
24+
],
1625
artifactName: "${productName}-Mac-${version}-Installer.${ext}",
1726
icon: "public/icon.icns",
1827
hardenedRuntime: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "screenlink-desktop",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"author": "Screenlink",
66
"description": "Screenlink Desktop",
77
"scripts": {

0 commit comments

Comments
 (0)