You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
479 B
Meson
13 lines
479 B
Meson
application_id = 'io.github.vanilla-os.FirstSetup'
|
|
|
|
scalable_dir = join_paths('hicolor', 'scalable', 'apps')
|
|
install_data(
|
|
join_paths(scalable_dir, ('@0@.svg').format(application_id)),
|
|
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)),
|
|
install_dir: join_paths(get_option('datadir'), 'icons', symbolic_dir)
|
|
) |