[minor] add icon

This commit is contained in:
Julian Sparber
2017-09-25 11:44:00 +02:00
parent 7560737cbc
commit 51c01d2fd0
5 changed files with 17 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

16
data/icons/meson.build Normal file
View File

@@ -0,0 +1,16 @@
icon_sizes = [
# '16x16',
# '22x22',
'32x32',
'48x48',
# '256x256',
'512x512',
# 'symbolic'
]
foreach icon_size: icon_sizes
install_subdir(
'hicolor/' + icon_size,
install_dir: join_paths(teleportapp_datadir, 'icons', 'hicolor')
)
endforeach

View File

@@ -29,4 +29,4 @@ install_data(
)
#subdir('appdata')
#subdir('icons')
subdir('icons')