mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +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>"
|
maintainer: "Troplo <troplo@troplo.com>"
|
||||||
},
|
},
|
||||||
mac: {
|
mac: {
|
||||||
target: ["dmg", "zip"],
|
publish: ["github"],
|
||||||
arch: ["x64", "arm64"],
|
target: [
|
||||||
publish: ["github"]
|
{
|
||||||
|
target: "dmg",
|
||||||
|
arch: ["x64", "arm64"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
target: "zip",
|
||||||
|
arch: ["x64", "arm64"]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue