This commit is contained in:
Troplo 2022-08-06 20:51:44 +10:00
parent cc4646194f
commit b292277ec4
2 changed files with 2 additions and 9 deletions

View file

@ -28,7 +28,8 @@ jobs:
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: true
draft: true
package_root: "./frontend"
use_vue_cli: true
args: "-c.snap.publish=github --publish always"

View file

@ -92,20 +92,12 @@ module.exports = {
pluginOptions: {
electronBuilder: {
builderOptions: {
files: [
`dist/**/*`,
`node_modules/**/*`,
`package.json`,
`src/background.js`,
`background.js`
],
appId: "com.troplo.colubrina",
win: {
publish: ["github"]
},
linux: {
publish: ["github"],
target: ["deb", "AppImage", "rpm", "zip", "tar.gz", "pacman"],
category: "Network",
synopsis: "Instant Messaging",
maintainer: "Troplo <troplo@troplo.com>"