mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
update
This commit is contained in:
parent
cc4646194f
commit
b292277ec4
2 changed files with 2 additions and 9 deletions
3
.github/workflows/desktop.yml
vendored
3
.github/workflows/desktop.yml
vendored
|
@ -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"
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue