Skip to content

Commit

Permalink
Add a 256x256 png icon
Browse files Browse the repository at this point in the history
data/icons/hicolor/256x256/apps/com.esrille.furiganapad.png
data/icons/meson.build
  • Loading branch information
ShikiOkasaka committed May 16, 2024
1 parent 04b68cd commit 808e611
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/icons/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ install_data(
icon_128_dir / ('@[email protected]').format(application_id),
install_dir: get_option('datadir') / 'icons' / icon_128_dir
)

icon_256_dir = 'hicolor' / '256x256' / 'apps'
install_data(
icon_256_dir / ('@[email protected]').format(application_id),
install_dir: get_option('datadir') / 'icons' / icon_256_dir
)

0 comments on commit 808e611

Please sign in to comment.