mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-24 20:26:44 +11:00
update
This commit is contained in:
parent
51e4cb24ca
commit
5a7902ff47
3 changed files with 20 additions and 2 deletions
2
.github/workflows/desktop.yml
vendored
2
.github/workflows/desktop.yml
vendored
|
@ -31,4 +31,4 @@ jobs:
|
||||||
release: true
|
release: true
|
||||||
package_root: "./frontend"
|
package_root: "./frontend"
|
||||||
use_vue_cli: true
|
use_vue_cli: true
|
||||||
args: "-c.snap.publish=github --publish always"
|
args: "-c.snap.publish=github --publish always --config electron-builder.json5"
|
||||||
|
|
18
frontend/electron-builder.json5
Normal file
18
frontend/electron-builder.json5
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
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"]
|
||||||
|
}
|
||||||
|
}
|
|
@ -98,7 +98,7 @@ module.exports = {
|
||||||
publish: ["github"]
|
publish: ["github"]
|
||||||
},
|
},
|
||||||
linux: {
|
linux: {
|
||||||
target: ["AppImage", "deb", "tar.gz", "snap", "rpm"],
|
target: ["AppImage", "deb", "tar.gz", "snap"],
|
||||||
publish: ["github"],
|
publish: ["github"],
|
||||||
category: "Network",
|
category: "Network",
|
||||||
synopsis: "Instant Messaging",
|
synopsis: "Instant Messaging",
|
||||||
|
|
Loading…
Reference in a new issue