Project

General

Profile

0001-images-install-icons-to-correct-path.patch

Enne Eziarc, November 11, 2019 03:18

View differences:

images/meson.build
1
install_data('audacious.png', install_dir: join_paths(install_unscalable_iconpath, 'audacious.png'))
2
install_data('audacious.svg', install_dir: join_paths(install_scalable_iconpath, 'audacious.svg'))
1
install_data('audacious.png', install_dir: install_unscalable_iconpath)
2
install_data('audacious.svg', install_dir: install_scalable_iconpath)
3
-