Skip to content

Commit

Permalink
Merge pull request #1372 from oliverschwendener/fix-deb-icon
Browse files Browse the repository at this point in the history
Fix deb icon
  • Loading branch information
IrishBruse authored Feb 17, 2025
2 parents 7b1b702 + a5129bc commit 14b2a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added build/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const platformSpecificConfig = {
linux: {
...baseConfig,
linux: {
icon: "assets/Build/app-icon-dark.png",
icon: "build/icons/",
category: "Utility",
target: [{ target: "AppImage" }, { target: "deb" }, { target: "rpm" }, { target: "zip" }],
},
Expand Down

0 comments on commit 14b2a02

Please sign in to comment.