Colubrina/frontend/electron-builder.json5
2022-09-02 17:10:03 +10:00

20 lines
434 B
Text

{
appId: "com.troplo.colubrina",
win: {
target: ["portable", "nsis", "zip"],
publish: ["github"]
},
linux: {
target: ["AppImage", "deb", "tar.gz", "snap"],
publish: ["github"],
category: "Network",
synopsis: "Instant Messaging",
maintainer: "Troplo <troplo@troplo.com>",
arch: ["x64", "arm64"]
},
mac: {
target: ["dmg", "zip"],
arch: ["x64", "arm64"],
publish: ["github"]
}
}