Skip to content

Commit

Permalink
fix: Add missing icon for flatpak
Browse files Browse the repository at this point in the history
Fixes #284

Change-Id: I9c11137f3f6406b10676de852d03cc4ed46fd0ca
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Jul 20, 2022
1 parent c6cb761 commit 0deffee
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 @@ -70,6 +70,7 @@ const config = {
branch: 'main',
files: [
['.flatpak-appdata.xml', '/share/metainfo/io.podman_desktop.PodmanDesktop.metainfo.xml'],
['buildResources/icon-512x512.png', '/share/icons/hicolor/512x512/apps/io.podman_desktop.PodmanDesktop.png'],
],
},
linux: {
Expand Down

0 comments on commit 0deffee

Please sign in to comment.