mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-23 03:36:42 +11:00
19 lines
388 B
Text
19 lines
388 B
Text
|
{
|
||
|
appId: "com.troplo.colubrina",
|
||
|
win: {
|
||
|
target: ["portable", "nsis", "zip"],
|
||
|
publish: ["github"]
|
||
|
},
|
||
|
linux: {
|
||
|
target: ["AppImage", "deb", "tar.gz", "snap", "pacman"],
|
||
|
publish: ["github"],
|
||
|
category: "Network",
|
||
|
synopsis: "Instant Messaging",
|
||
|
maintainer: "Troplo <troplo@troplo.com>"
|
||
|
},
|
||
|
mac: {
|
||
|
target: ["dmg", "zip"],
|
||
|
publish: ["github"]
|
||
|
}
|
||
|
}
|