summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Tiram <[email protected]>2025-04-01 21:28:28 +0200
committerLuke from DC <[email protected]>2025-04-04 22:19:13 +0000
commit97b8cbd8c9826e26de888f628e0ed852c40abfb9 (patch)
treedea1374b66f60c2d6ebf5977415605521c445124
parentd5e0375a33990bad8ad32fc64ad27a55850fc90a (diff)
downloadatril-97b8cbd8c9826e26de888f628e0ed852c40abfb9.tar.bz2
atril-97b8cbd8c9826e26de888f628e0ed852c40abfb9.tar.xz
fix: correct typo missing .in in filename
Signed-off-by: Oz Tiram <[email protected]>
-rw-r--r--data/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build
index 399ea403..1d76df31 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -43,7 +43,7 @@ i18n.merge_file(
)
appdata = i18n.merge_file(
- input: 'atril.appdata.xml.in',
+ input: 'atril.appdata.xml.in.in',
output: 'atril.appdata.xml',
type: 'xml',
po_dir: po_dir,