Skip to content

Commit

Permalink
Add devel icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketok4321 committed Jan 15, 2024
1 parent 6f61c9a commit e4a7da6
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 4 deletions.
175 changes: 175 additions & 0 deletions data/icons/hicolor/scalable/apps/xyz.ketok.Speedtest.Devel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions data/icons/meson.build
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
application_id = 'xyz.ketok.Speedtest'

scalable_dir = join_paths('hicolor', 'scalable', 'apps')
install_data(
join_paths(scalable_dir, ('@0@.svg').format(application_id)),
join_paths(scalable_dir, f'@app_id@.svg'),
install_dir: join_paths(get_option('datadir'), 'icons', scalable_dir)
)

symbolic_dir = join_paths('hicolor', 'symbolic', 'apps')
install_data(
join_paths(symbolic_dir, ('@0@-symbolic.svg').format(application_id)),
join_paths(symbolic_dir, 'xyz.ketok.Speedtest-symbolic.svg'),
install_dir: join_paths(get_option('datadir'), 'icons', symbolic_dir)
)

0 comments on commit e4a7da6

Please sign in to comment.