Fix naming
This commit is contained in:
parent
9a29b5e03b
commit
78682d073a
7 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
desktop_file = i18n.merge_file(
|
||||
input: 'com.hackclub.Burrow.desktop.in',
|
||||
output: 'com.hackclub.Burrow.desktop',
|
||||
input: 'com.hackclub.burrow.desktop.in',
|
||||
output: 'com.hackclub.burrow.desktop',
|
||||
type: 'desktop',
|
||||
po_dir: '../po',
|
||||
install: true,
|
||||
|
|
@ -13,8 +13,8 @@ if desktop_utils.found()
|
|||
endif
|
||||
|
||||
appstream_file = i18n.merge_file(
|
||||
input: 'com.hackclub.Burrow.appdata.xml.in',
|
||||
output: 'com.hackclub.Burrow.appdata.xml',
|
||||
input: 'com.hackclub.burrow.appdata.xml.in',
|
||||
output: 'com.hackclub.burrow.appdata.xml',
|
||||
po_dir: '../po',
|
||||
install: true,
|
||||
install_dir: join_paths(get_option('datadir'), 'appdata')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue