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"), # If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building # release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }} release: true
draft: 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"

View file

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