Skip to content

Commit

Permalink
adding resolution for electron builder for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent 434241e commit 459f5c6
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 427 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@
"sass": "^1.69.5",
"sass-loader": "^10",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.6"
},
"resolutions": {
"vue-cli-plugin-electron-builder/electron-builder": "^23.0.3"
}
}
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
Loading

0 comments on commit 459f5c6

Please sign in to comment.