blob: c17cd3b7b1bc6bb7733ea3d9cb28c5a4a1df37d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/data/meson.build b/data/meson.build
index 365146e..69dc00f 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -3,7 +3,6 @@ desktop_conf.set('app_id', app_id)
desktop_file = i18n.merge_file(
- 'desktop',
input: configure_file(
input: '@0@.desktop.in'.format(app_id),
output: '@0@.desktop.in'.format(app_id),
|