mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
6 lines
109 B
Meson
6 lines
109 B
Meson
icons = files('default.png')
|
|
|
|
install_data(
|
|
icons,
|
|
install_dir: get_option('datadir') / 'keyman/icons'
|
|
)
|