mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
27 lines
512 B
Text
27 lines
512 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: {
|
|
publish: ["github"],
|
|
target: [
|
|
{
|
|
target: "dmg",
|
|
arch: ["x64", "arm64"]
|
|
},
|
|
{
|
|
target: "zip",
|
|
arch: ["x64", "arm64"]
|
|
}
|
|
]
|
|
}
|
|
}
|