Skip to content

Commit

Permalink
Merge pull request #59 from darkdragon-001/template-ext
Browse files Browse the repository at this point in the history
Add file extension to mark files as templates
  • Loading branch information
mrvladus authored Oct 9, 2023
2 parents e26c812 + 19db396 commit 81b0852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ subdir('icons')

desktop_file = i18n.merge_file(
input: configure_file(
input: 'io.github.mrvladus.List.desktop',
input: 'io.github.mrvladus.List.desktop.in.in',
output: app_id + '.desktop.in',
configuration: conf
),
Expand All @@ -20,7 +20,7 @@ endif

appstream_file = i18n.merge_file(
input: configure_file(
input: 'io.github.mrvladus.List.metainfo.xml',
input: 'io.github.mrvladus.List.metainfo.xml.in.in',
output: app_id + '.metainfo.xml.in',
configuration: conf
),
Expand Down Expand Up @@ -49,4 +49,4 @@ if compile_schemas.found()
test('Validate schema file',
compile_schemas,
args: ['--strict', '--dry-run', meson.current_source_dir()])
endif
endif

0 comments on commit 81b0852

Please sign in to comment.