Colubrina/frontend/electron-builder.json5
2022-08-07 23:17:49 +10:00

18 lines
378 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>"
},
mac: {
target: ["dmg", "zip"],
publish: ["github"]
}
}