Skip to content

Commit

Permalink
meson: Hide console window for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Logaev <[email protected]>
  • Loading branch information
mxlgv committed Apr 9, 2024
1 parent c1d2e36 commit 02759c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if host_machine.system() == 'windows'
sources += windows.compile_resources('dino-info.rc')
endif

exe_dino = executable('dino', sources, c_args: c_args, vala_args: vala_args, dependencies: dependencies, install: true, link_args: link_args)
exe_dino = executable('dino', sources, c_args: c_args, vala_args: vala_args, dependencies: dependencies, install: true, link_args: link_args, win_subsystem: 'windows')

install_data('data/icons/scalable/apps/im.dino.Dino-symbolic.svg', install_dir: get_option('datadir') / 'hicolor/symbolic/apps')
install_data('data/icons/scalable/apps/im.dino.Dino.svg', install_dir: get_option('datadir') / 'hicolor/scalable/apps')
Expand Down

0 comments on commit 02759c5

Please sign in to comment.