调整目录结构
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user