mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-19 23:14:54 +08:00
8 lines
364 B
Bash
Executable File
8 lines
364 B
Bash
Executable File
rm -r build
|
|
rm -r dist
|
|
pyinstaller -F --icon=favicon.ico easyspider_executestage.py
|
|
rm ../.temp_to_pub/EasySpider_MacOS_all_arch/easyspider_executestage
|
|
rm ../ElectronJS/easyspider_executestage
|
|
cp dist/easyspider_executestage ../.temp_to_pub/EasySpider_MacOS_all_arch/easyspider_executestage
|
|
# mv dist/easyspider_executestage ../ElectronJS/easyspider_executestage
|