diff options
author | Oz Tiram <[email protected]> | 2025-04-04 16:00:46 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | e2469c07f6842bd8b57768f32ddeb55c260c1e7b (patch) | |
tree | 39fd8a11537866c5005f4b66e490fb5e22291886 /backend/ps | |
parent | 617326e3a0e21c712a889747f845b236fc21d426 (diff) | |
download | atril-master.tar.bz2 atril-master.tar.xz |
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'backend/ps')
-rw-r--r-- | backend/ps/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ps/meson.build b/backend/ps/meson.build index e0f57df2..ba8ea301 100644 --- a/backend/ps/meson.build +++ b/backend/ps/meson.build @@ -23,7 +23,7 @@ shared_module( i18n.merge_file( input: 'psdocument.atril-backend.desktop.in', - output: 'psdocument.atril-backed', + output: 'psdocument.atril-backend', type: 'desktop', po_dir: po_dir, install: true, |