You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 line
522 B

1 年之前
9 月之前
1 年之前
  1. rmdir /s /q build
  2. rmdir /s /q dist
  3. pyinstaller -F --icon=favicon.ico --add-data "C:\Users\Naibo\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\onnxruntime\capi\onnxruntime_providers_shared.dll;onnxruntime\capi" --add-data "C:\Users\Naibo\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\ddddocr\common_old.onnx;ddddocr" easyspider_executestage.py
  4. del ..\ElectronJS\chrome_win32\easyspider_executestage.exe
  5. copy dist\easyspider_executestage.exe ..\ElectronJS\chrome_win32\easyspider_executestage.exe