Skip to content

Commit

Permalink
icons: Install png into hicolor size folder (#211)
Browse files Browse the repository at this point in the history
Fixes the "non-png-icon-in-hicolor-size-folder" error in the flatpak-builder-lint
  • Loading branch information
ryonakano authored Aug 13, 2024
1 parent 30c8fa6 commit 238d2e4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file added data/icons/128/com.github.ryonakano.pinit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/icons/16/com.github.ryonakano.pinit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/icons/32/com.github.ryonakano.pinit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/icons/48/com.github.ryonakano.pinit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/icons/64/com.github.ryonakano.pinit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ icon_sizes = ['16', '32', '48', '64', '128']

foreach i : icon_sizes
install_data(
'icons' / i / meson.project_name() + '.svg',
rename: app_id + '.svg',
'icons' / i / meson.project_name() + '.png',
rename: app_id + '.png',
install_dir: get_option('datadir') / 'icons' / 'hicolor' / i + 'x' + i / 'apps'
)
endforeach
Expand Down

0 comments on commit 238d2e4

Please sign in to comment.