Tough_Crowd/data/meson.build

11 lines
229 B
Meson
Raw Normal View History

2020-12-08 19:07:26 +00:00
desktop_file = 'diffuse.desktop'
i18n.merge_file(
desktop_file,
input: desktop_file + '.in',
output: desktop_file,
po_dir: '../po',
install: true,
install_dir: join_paths(datadir, 'applications'),
type: 'desktop'
)