From b292277ec47625b0796dee27b668037ce3584dff Mon Sep 17 00:00:00 2001 From: Troplo Date: Sat, 6 Aug 2022 20:51:44 +1000 Subject: [PATCH] update --- .github/workflows/desktop.yml | 3 ++- frontend/vue.config.js | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index a2b159b..17cbc1c 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -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" diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 5b6e04d..59966b6 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -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 "