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 "