feat(gui): 添加应用图标 x.png

This commit is contained in:
2026-07-28 11:31:59 +08:00
parent 8d7811aeb5
commit 2d86a3fa0d
3 changed files with 8 additions and 2 deletions
+3
View File
@@ -38,6 +38,9 @@ if %ERRORLEVEL% GEQ 8 exit /b %ERRORLEVEL%
copy /Y "gcode_patches.ini" "%DIST%\gcode_patches.ini" >nul
if errorlevel 1 exit /b %ERRORLEVEL%
copy /Y "x.png" "%DIST%\x.png" >nul
if errorlevel 1 exit /b %ERRORLEVEL%
echo.
echo Build done: %DIST%
exit /b 0