代码拉取完成,页面将自动刷新
set "source=%cd%\"
cd..
set "dist=%cd%\cpyTREX-bin\"
if exist %dist% (
cd %dist%
if exist trex.exe (del /f/s/q trex.exe)
if exist trex32.exe (del /f/s/q trex32.exe)
if exist trex64.exe (del /f/s/q trex64.exe)
) else (mkdir %dist%)
cd %source%
set "py32=D:\Python\Python38-32\Scripts\"
if exist %py32% (
%py32%pyinstaller --noconfirm --onefile --console --paths "./uses" --distpath "../cpytrex-bin" "./trex.py"
del /f/s/q trex.spec
rd build /s/q
cd %dist%
ren trex.exe trex32.exe
cd %source%
)
pyinstaller --noconfirm --onefile --console --paths "./uses" --distpath "../cpytrex-bin" "./trex.py"
del /f/s/q trex.spec
rd build /s/q
if /i "%PROCESSOR_ARCHITECTURE%"=="AMD64" (
cd %dist%
ren trex.exe trex64.exe
)
copy %source%trex_ext.py %dist%trex_ext.py
copy %source%err_code.cfg %dist%err_code.cfg
copy %source%family_id.cfg %dist%family_id.cfg
start %dist%
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。