mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-20 04:39:57 +08:00
Update refresh command
This commit is contained in:
parent
6a650f15c9
commit
db7f9d0ada
BIN
ElectronJS/EasySpider_en.crx
Normal file
BIN
ElectronJS/EasySpider_en.crx
Normal file
Binary file not shown.
BIN
ElectronJS/EasySpider_zh.crx
Normal file
BIN
ElectronJS/EasySpider_zh.crx
Normal file
Binary file not shown.
@ -9,9 +9,13 @@ rmdir /s /q out\EasySpider\resources\app\user_data
|
||||
rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x86\EasySpider
|
||||
del out\EasySpider\resources\app\vs_BuildTools.exe
|
||||
move out\EasySpider ..\.temp_to_pub\EasySpider_windows_x86\EasySpider
|
||||
rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x86\Code
|
||||
mkdir ..\.temp_to_pub\EasySpider_windows_x86\Code
|
||||
copy ..\ExecuteStage\easyspider_executestage.py ..\.temp_to_pub\EasySpider_windows_x86\Code
|
||||
copy ..\ExecuteStage\myChrome.py ..\.temp_to_pub\EasySpider_windows_x86\Code
|
||||
copy ..\ExecuteStage\utils.py ..\.temp_to_pub\EasySpider_windows_x86\Code
|
||||
copy ..\ExecuteStage\requirements.txt ..\.temp_to_pub\EasySpider_windows_x86\Code
|
||||
xcopy ..\ExecuteStage\undetected_chromedriver_ES ..\.temp_to_pub\EasySpider_windows_x86\Code\undetected_chromedriver_ES /E /I /Y
|
||||
rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x86\user_data
|
||||
rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x86\execution_instances
|
||||
mkdir ..\.temp_to_pub\EasySpider_windows_x86\execution_instances
|
||||
|
@ -4,14 +4,18 @@ rmdir /s /q out\EasySpider\resources\app\chromedrivers
|
||||
rmdir /s /q out\EasySpider\resources\app\Data
|
||||
rmdir /s /q out\EasySpider\resources\app\.idea
|
||||
rmdir /s /q out\EasySpider\resources\app\tasks
|
||||
rmdir /s /q out\EasySpider\resources\app\user_data
|
||||
rmdir /s /q out\EasySpider\resources\app\execution_instances
|
||||
rmdir /s /q out\EasySpider\resources\app\user_data
|
||||
rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x64\EasySpider
|
||||
del out\EasySpider\resources\app\vs_BuildTools.exe
|
||||
move out\EasySpider ..\.temp_to_pub\EasySpider_windows_x64\EasySpider
|
||||
rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x64\Code
|
||||
mkdir ..\.temp_to_pub\EasySpider_windows_x64\Code
|
||||
copy ..\ExecuteStage\easyspider_executestage.py ..\.temp_to_pub\EasySpider_windows_x64\Code
|
||||
copy ..\ExecuteStage\myChrome.py ..\.temp_to_pub\EasySpider_windows_x64\Code
|
||||
copy ..\ExecuteStage\utils.py ..\.temp_to_pub\EasySpider_windows_x64\Code
|
||||
copy ..\ExecuteStage\requirements.txt ..\.temp_to_pub\EasySpider_windows_x64\Code
|
||||
xcopy ..\ExecuteStage\undetected_chromedriver_ES ..\.temp_to_pub\EasySpider_windows_x64\Code\undetected_chromedriver_ES /E /I /Y
|
||||
rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x64\user_data
|
||||
rmdir /s /q ..\.temp_to_pub\EasySpider_windows_x64\execution_instances
|
||||
mkdir ..\.temp_to_pub\EasySpider_windows_x64\execution_instances
|
||||
|
@ -17,9 +17,13 @@ rm -rf out/EasySpider/resources/app/user_data
|
||||
rm -rf ../.temp_to_pub/EasySpider_Linux_x64/EasySpider
|
||||
rm out/EasySpider/resources/app/vs_BuildTools.exe
|
||||
mv out/EasySpider ../.temp_to_pub/EasySpider_Linux_x64/EasySpider
|
||||
rm -rf ../.temp_to_pub/EasySpider_Linux_x64/Code
|
||||
mkdir ../.temp_to_pub/EasySpider_Linux_x64/Code
|
||||
cp ../ExecuteStage/easyspider_executestage.py ../.temp_to_pub/EasySpider_Linux_x64/Code
|
||||
cp ../ExecuteStage/myChrome.py ../.temp_to_pub/EasySpider_Linux_x64/Code
|
||||
cp ../ExecuteStage/utils.py ../.temp_to_pub/EasySpider_Linux_x64/Code
|
||||
cp ../ExecuteStage/requirements.txt ../.temp_to_pub/EasySpider_Linux_x64/Code
|
||||
cp -Rf ../undetected_chromedriver_ES ../.temp_to_pub/EasySpider_Linux_x64/Code
|
||||
chmod 777 ../.temp_to_pub/EasySpider_Linux_x64/easy-spider.sh
|
||||
|
||||
rm -rf ../.temp_to_pub/EasySpider_Linux_x64/user_data
|
||||
|
@ -17,6 +17,10 @@ rm -r ../.temp_to_pub/EasySpider_MacOS_all_arch/EasySpider.app/Contents/Resource
|
||||
rm -r ../.temp_to_pub/EasySpider_MacOS_all_arch/EasySpider.app/Contents/Resources/app/tasks
|
||||
rm -r ../.temp_to_pub/EasySpider_MacOS_all_arch/EasySpider.app/Contents/Resources/app/execution_instances
|
||||
rm -r ../.temp_to_pub/EasySpider_MacOS_all_arch/EasySpider.app/Contents/Resources/app/user_data
|
||||
rm -rf ../.temp_to_pub/EasySpider_MacOS_all_arch/Code
|
||||
mkdir ../.temp_to_pub/EasySpider_MacOS_all_arch/Code
|
||||
cp ../ExecuteStage/easyspider_executestage.py ../.temp_to_pub/EasySpider_MacOS_all_arch/Code
|
||||
cp ../ExecuteStage/myChrome.py ../.temp_to_pub/EasySpider_MacOS_all_arch/Code
|
||||
cp ../ExecuteStage/utils.py ../.temp_to_pub/EasySpider_MacOS_all_arch/Code
|
||||
cp ../ExecuteStage/requirements.txt ../.temp_to_pub/EasySpider_MacOS_all_arch/Code
|
||||
cp -Rf ../undetected_chromedriver_ES ../.temp_to_pub/EasySpider_MacOS_all_arch/Code
|
||||
|
Loading…
x
Reference in New Issue
Block a user