Add .desktop file and icon
This commit is contained in:
7
data/meson.build
Normal file
7
data/meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
datadir = get_option('datadir')
|
||||
|
||||
install_data('sm.puri.Calls.desktop',
|
||||
install_dir : join_paths(datadir, 'applications'))
|
||||
|
||||
install_data('sm.puri.Calls.png',
|
||||
install_dir : join_paths(datadir, 'icons', 'hicolor', '256x256', 'apps'))
|
||||
Reference in New Issue
Block a user