summaryrefslogtreecommitdiff
path: root/backend/ps
diff options
context:
space:
mode:
authorOz Tiram <[email protected]>2025-04-04 16:00:46 +0200
committerLuke from DC <[email protected]>2025-04-04 22:19:13 +0000
commite2469c07f6842bd8b57768f32ddeb55c260c1e7b (patch)
tree39fd8a11537866c5005f4b66e490fb5e22291886 /backend/ps
parent617326e3a0e21c712a889747f845b236fc21d426 (diff)
downloadatril-master.tar.bz2
atril-master.tar.xz
fix: rename all backend filesHEADmaster
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'backend/ps')
-rw-r--r--backend/ps/meson.build2
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,