Skip to content

Commit

Permalink
version 0.4b
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Nov 16, 2022
1 parent 7cabed6 commit 8c42641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'mmfm',
'c',
version: '0.2',
version: '0.4b',
license: 'MIT',
default_options: ['c_std=gnu99']
)
Expand Down Expand Up @@ -228,14 +228,19 @@ com_sources = ['src/mmfm/ui.c',
pkg_datadir = join_paths(get_option('prefix'), get_option('datadir')) / 'mmfm'
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/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/max.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/minus.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/next.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/pause.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/play.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/plus.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/sidebar.png', install_dir : pkg_datadir / 'img' )
install_data('res/img/up.png', install_dir : pkg_datadir / 'img' )

executable(
'mmfm',
Expand Down

0 comments on commit 8c42641

Please sign in to comment.