From dac8ace90cffef656b1292c8d91648cc722c28fe Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 25 Oct 2021 15:02:22 -0500 Subject: Install icons as io.github.Hexchat This matches our app-id as the desktop-file spec recommends. This also fixes a bug where our notifications referred to this new name already. --- data/icons/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/icons') diff --git a/data/icons/meson.build b/data/icons/meson.build index d7926e83..710e0045 100644 --- a/data/icons/meson.build +++ b/data/icons/meson.build @@ -1,9 +1,11 @@ icondir = join_paths(get_option('datadir'), 'icons/hicolor') install_data( 'hexchat.png', + rename: 'io.github.Hexchat.png', install_dir: join_paths(icondir, '48x48/apps') ) install_data( 'hexchat.svg', + rename: 'io.github.Hexchat.svg', install_dir: join_paths(icondir, 'scalable/apps') ) -- cgit 1.4.1