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
No known key found for this signature in database
GPG Key ID: EA928C8BDA1A8825

View File

@ -65,5 +65,5 @@ executable('lite-xl',
link_args: lite_link_args,
install_dir: lite_bindir,
install: true,
gui_app: true,
win_subsystem: 'windows',
)