mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-21 05:20:12 +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_win32\easyspider_executestage.exe
|
|
copy dist\easyspider_executestage.exe ..\ElectronJS\chrome_win32\easyspider_executestage.exe |