调整目录结构

This commit is contained in:
2025-10-23 18:57:37 +08:00
parent 6cf4d9cb03
commit 4966a659aa
2173 changed files with 4343 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ IF ERRORLEVEL 1 EXIT /B %ERRORLEVEL%
REM 2) 复制 sidecar venv 到 Main.dist 根目录(与 IOSAI.exe 同级)
rmdir /S /Q ".\Main.dist\python-rt" 2>nul
xcopy /E /I /Y ".\build\mini-python" ".\Main.dist\python-rt\"
xcopy /E /I /Y ".\Needed\mini-python" ".\Main.dist\python-rt\"
rem ---- build done above ----
rem 强制删除根目录里会污染 sys.path 的同名包(目前只遇到 simplejson