gui启动时不启动控制台

This commit is contained in:
JIe 2024-12-11 14:30:30 +08:00
parent 969e2c2d5e
commit 727249692b
2 changed files with 4 additions and 2 deletions

View File

@ -16,5 +16,5 @@ crossbeam = "0.8"
[package.metadata.windows]
link-args=["/SUBSYSTEM:WINDOWS"]
subsystem="windows"
link-args = ["/SUBSYSTEM:windows", "/ENTRY:mainCRTStartup"]
subsystem = "windows"

View File

@ -1,3 +1,5 @@
#![windows_subsystem = "windows"]
mod download_wrapper;
mod mes_service;