Skip to content

Commit

Permalink
Added macos category
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Jul 4, 2024
1 parent 9452fdb commit 15f95f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
version: process.env.VITE_APP_VERSION,
},
mac: {
category: "public.app-category.utilities",
icon: "assets/Build/app-icon-dark.png",
target: [{ target: "dmg" }, { target: "zip" }],
},
Expand Down

0 comments on commit 15f95f7

Please sign in to comment.