[minor] add icon
This commit is contained in:
BIN
data/icons/hicolor/32x32/apps/org.gtk.teleportapp.png
Normal file
BIN
data/icons/hicolor/32x32/apps/org.gtk.teleportapp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
data/icons/hicolor/48x48/apps/org.gtk.teleportapp.png
Normal file
BIN
data/icons/hicolor/48x48/apps/org.gtk.teleportapp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
data/icons/hicolor/512x512/apps/org.gtk.teleportapp.png
Normal file
BIN
data/icons/hicolor/512x512/apps/org.gtk.teleportapp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
16
data/icons/meson.build
Normal file
16
data/icons/meson.build
Normal 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
|
||||||
@@ -29,4 +29,4 @@ install_data(
|
|||||||
)
|
)
|
||||||
|
|
||||||
#subdir('appdata')
|
#subdir('appdata')
|
||||||
#subdir('icons')
|
subdir('icons')
|
||||||
|
|||||||
Reference in New Issue
Block a user