chore: 更新运行命令注释以反映最新的可执行文件路径

This commit is contained in:
2026-03-19 22:21:33 +08:00
parent a769a6b9b3
commit bd1b05be55
+3
View File
@@ -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;
}