Skip to content

Commit

Permalink
build: Use .in suffix for gschema template file
Browse files Browse the repository at this point in the history
  • Loading branch information
jbicha committed Oct 23, 2023
1 parent 884fff4 commit 6fa3f06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endif

install_data(
configure_file(
input: 'io.github.mrvladus.List.gschema.xml',
input: 'io.github.mrvladus.List.gschema.xml.in',
output: app_id + '.gschema.xml',
configuration: conf
),
Expand Down

0 comments on commit 6fa3f06

Please sign in to comment.