Replace deprecated meson feature `gui_app` with `win_subsystem`
This commit is contained in:
parent
469a4fed3e
commit
38a8549e71
|
@ -65,5 +65,5 @@ executable('lite-xl',
|
|||
link_args: lite_link_args,
|
||||
install_dir: lite_bindir,
|
||||
install: true,
|
||||
gui_app: true,
|
||||
win_subsystem: 'windows',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue