@echo off chcp 65001 >nul rem 一键打包:编译 helper + 主程序,产出 dist\qiweimanager 绿色免安装版 rem 如需 NSIS 安装包,改为运行: 打包.bat -Installer (需先安装 NSIS) cd /d "%~dp0" powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\build.ps1" %* pause