Skip to content

Commit

Permalink
adding missing images
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Oct 17, 2022
1 parent 3e5ce4c commit 0d540e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ install_data('res/html/main.html', install_dir : pkg_datadir / 'html' )
install_data('res/html/main.css', install_dir : pkg_datadir / 'html' )
install_data('res/img/close.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/accept.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/close.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/closeblack.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/donate.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/filter.png', install_dir : pkg_datadir / 'img' )
Expand All @@ -177,7 +176,9 @@ install_data('res/img/play.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/prev.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/settings.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/shuffle.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/sorting.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/unmute.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/upload.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/visu.png', install_dir : pkg_datadir / 'img' )

executable(
Expand Down

0 comments on commit 0d540e5

Please sign in to comment.