mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
6 lines
192 B
Meson
6 lines
192 B
Meson
install_data([ 'enlightenment_filemanager.desktop',
|
|
'enlightenment_askpass.desktop'
|
|
],
|
|
install_dir: join_paths(dir_data, 'applications')
|
|
)
|