refactor: 移除CLI模块,项目改为纯GUI桌面应用

This commit is contained in:
2026-07-28 14:56:49 +08:00
parent ca436b577b
commit 935665e7e8
7 changed files with 14 additions and 451 deletions
-10
View File
@@ -21,16 +21,6 @@ if errorlevel 1 exit /b %ERRORLEVEL%
echo.
echo GUI build done.
echo Next step is building CLI.
"%PY%" -m nuitka ^
--mode=onefile ^
--msvc=latest ^
--output-dir="%DIST%" ^
--output-filename=a1packer-cli.exe ^
--remove-output ^
run_cli.py
if errorlevel 1 exit /b %ERRORLEVEL%
robocopy "swap_gcode" "%DIST%\swap_gcode" /E
if %ERRORLEVEL% GEQ 8 exit /b %ERRORLEVEL%