我正在使用 gnome 生成器。我在 gnome 音乐中看到它安装了
install_data(
join_paths('icons/hicolor/scalable/apps', APPLICATION_ID + '.svg'),
install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'icons/hicolor/scalable/apps')
)
但仅这样做是行不通的。
我正在使用 gnome 生成器。我在 gnome 音乐中看到它安装了
install_data(
join_paths('icons/hicolor/scalable/apps', APPLICATION_ID + '.svg'),
install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'icons/hicolor/scalable/apps')
)
但仅这样做是行不通的。