From 15450e079d4b438e6abb15dbe1f41d0e02c34567 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Tue, 18 Jul 2023 10:51:18 -0700 Subject: [PATCH] Don't show the console window on Windows. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 9b33c21..e3425f7 100644 --- a/meson.build +++ b/meson.build @@ -74,4 +74,5 @@ exe = executable('neko-player', srcs, dependencies: deps, include_directories: include_dirs, install : true, + win_subsystem: 'windows', cpp_args: opts)