mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-10 02:09:46 +08:00
chore: 更新运行命令注释以反映最新的可执行文件路径
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user