Skip to content

Commit 6bee1f8

Browse files
authored
*
1 parent dd429bf commit 6bee1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif
2626

2727
# Appdata
2828
appdata_conf = configuration_data()
29-
appdata_conf.set('app-id', app_id)
29+
appdata_conf.set('app_id', app_id)
3030
appdata_file = i18n.merge_file(
3131
input: '@0@.metainfo.xml.in'.format(app_id),
3232
output: '@0@.metainfo.xml'.format(app_id),

0 commit comments

Comments
 (0)