mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 03:07:57 +11:00
Update electron-builder.json5
This commit is contained in:
parent
dce36bcd38
commit
00a7a4a12e
1 changed files with 11 additions and 3 deletions
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue