Replace deprecated meson feature gui_app with win_subsystem

This commit is contained in:
Guldoman
2022-11-15 16:57:50 +01:00
parent 469a4fed3e
commit 38a8549e71
+1 -1
View File
@@ -65,5 +65,5 @@ executable('lite-xl',
link_args: lite_link_args, link_args: lite_link_args,
install_dir: lite_bindir, install_dir: lite_bindir,
install: true, install: true,
gui_app: true, win_subsystem: 'windows',
) )