Skip to content

File tree

8 files changed

+1850
-7
lines changed

8 files changed

+1850
-7
lines changed

data/icons/128/app.png

6.12 KB
Loading

data/icons/16/app.png

921 Bytes
Loading

data/icons/24/app.png

1.07 KB
Loading

data/icons/32/app.png

1.52 KB
Loading

data/icons/48/app.png

2.37 KB
Loading

data/icons/64/app.png

3.02 KB
Loading

data/icons/scalable/app.svg

Lines changed: 1842 additions & 0 deletions
Loading

data/meson.build

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,14 @@ icon_sizes = ['16', '24', '32', '48', '64', '128']
9393

9494
foreach i : icon_sizes
9595
install_data(
96-
join_paths('icons', i, 'app.svg'),
97-
rename: meson.project_name() + '.svg',
96+
join_paths('icons', i, 'app.png'),
97+
rename: meson.project_name() + '.png',
9898
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i, 'apps')
9999
)
100-
install_data(
101-
join_paths('icons', i, 'app.svg'),
102-
rename: meson.project_name() + '.svg',
103-
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i + '@2', 'apps')
104-
)
105100
endforeach
101+
102+
install_data(
103+
join_paths('icons', 'scalable', 'app.svg'),
104+
rename: meson.project_name() + '.svg',
105+
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', 'scalable', 'apps')
106+
)

0 commit comments

Comments
 (0)