Colubrina/frontend/electron-builder.json5

21 lines
434 B
Text
Raw Normal View History

2022-08-07 14:48:21 +10:00
{
appId: "com.troplo.colubrina",
win: {
target: ["portable", "nsis", "zip"],
publish: ["github"]
},
linux: {
2022-08-07 23:17:49 +10:00
target: ["AppImage", "deb", "tar.gz", "snap"],
2022-08-07 14:48:21 +10:00
publish: ["github"],
category: "Network",
synopsis: "Instant Messaging",
2022-09-02 17:10:03 +10:00
maintainer: "Troplo <troplo@troplo.com>",
arch: ["x64", "arm64"]
2022-08-07 14:48:21 +10:00
},
mac: {
target: ["dmg", "zip"],
2022-09-02 17:10:03 +10:00
arch: ["x64", "arm64"],
2022-08-07 14:48:21 +10:00
publish: ["github"]
}
}