Update electron-builder.json5

This commit is contained in:
Troplo 2022-09-03 01:47:02 +10:00
parent dce36bcd38
commit 00a7a4a12e
1 changed files with 11 additions and 3 deletions

View File

@ -12,8 +12,16 @@
maintainer: "Troplo <troplo@troplo.com>"
},
mac: {
target: ["dmg", "zip"],
arch: ["x64", "arm64"],
publish: ["github"]
publish: ["github"],
target: [
{
target: "dmg",
arch: ["x64", "arm64"]
},
{
target: "zip",
arch: ["x64", "arm64"]
}
]
}
}