Skip to content

Commit

Permalink
adding more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent d3d1c75 commit 72f3120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ module.exports = {
linux: {
category: "Utility",
description: "Free and Open Source Minimalist Weekly Planner and To Do list App focused on privacy.",
target: ["deb","AppImage"],
target: ["deb", "rpm", "pacman","AppImage"],
icon: "build/icon.icns",
},
win: {
target: ["nsis","msi"],
},
mac: {
category: "public.app-category.productivity",
target: ["dmg"],
target: ["dmg", "pkg"],
},
},
},
Expand Down

0 comments on commit 72f3120

Please sign in to comment.