From bd1b05be551be2f6d87c4b604f4d80fcf06290dd Mon Sep 17 00:00:00 2001 From: LHY0125 <3364451258@qq.com> Date: Thu, 19 Mar 2026 22:21:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E6=B3=A8=E9=87=8A=E4=BB=A5=E5=8F=8D=E6=98=A0?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=9A=84=E5=8F=AF=E6=89=A7=E8=A1=8C=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.c b/src/main.c index 10ffc43..4d2323d 100644 --- a/src/main.c +++ b/src/main.c @@ -16,6 +16,8 @@ cmake -B build -G "MinGW Makefiles" cmake --build build !打包命令: build_installer.bat +!运行命令: +build\\PathEditor.exe */ // 定义 Windows 消息常量 @@ -118,5 +120,6 @@ int main(int argc, char **argv) destroy_app_context(ctx); IupClose(); + return 0; } \ No newline at end of file