mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2026-09-19 01:58:58 +08:00
5 lines
247 B
Batchfile
5 lines
247 B
Batchfile
rmdir /s /q build
|
|
rmdir /s /q dist
|
|
pyinstaller -F --icon=favicon.ico easyspider_executestage.py
|
|
del ..\ElectronJS\chrome_win64\easyspider_executestage.exe
|
|
move dist\easyspider_executestage.exe ..\ElectronJS\chrome_win64\easyspider_executestage.exe |