Skip to content

Commit 44c890a

Browse files
author
Adrià Arrufat
committed
install desktop file
1 parent 060af81 commit 44c890a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

data/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
install_data('pdftag.desktop',
2+
install_dir: 'share/applications')

meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ libpdftag = library('pdftag',
2929
dependencies: deps,
3030
vala_header: 'pdftag.h',
3131
vala_vapi: 'pdftag.vapi',
32-
install: true)
32+
install: false)
33+
34+
subdir('data')

0 commit comments

Comments
 (0)