Skip to content

Commit

Permalink
improving deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent dea581e commit 8df3572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ jobs:
dist_electron//*.snap
dist_electron//*.deb
dist_electron//*.rpm
dist_electron//*.pkg
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
linux: {
category: "Utility",
description: "Free and Open Source Minimalist Weekly Planner and To Do list App focused on privacy.",
target: ["deb", "rpm", "pacman","AppImage"],
target: ["deb", "rpm","AppImage"],
icon: "build/icon.icns",
},
win: {
Expand Down

0 comments on commit 8df3572

Please sign in to comment.