You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're unable to handle the tasks in this section, you can download a ready-to-use EasySpider. Simply copy the `EasySpider\resources\app\chrome_win64` folder from the downloaded files and paste it into the ElectronJS folder.
54
+
If you're unable to handle the tasks in this section, you can download a ready-to-use EasySpider, and copy the `EasySpider\resources\app\chrome_win64` folder to this `ElectronJS` folder, then copy the `execute.sh` script found in the `chrome_win64` folder and rename it as `execute_win64.sh` in the same location.
55
55
56
56
------
57
57
@@ -81,7 +81,7 @@ chromedriver_mac64 # for mac x64
Download a Chrome from the Internet: https://www.google.com/chrome/, and then put them into this folder, with name format of the following:
@@ -104,7 +104,7 @@ chromedriver_mac64 # for mac x64
104
104
105
105
For example, if you want to build this software on Windows x64 platform, then you should first download a Chrome for Windows x64, then copy the whole `chrome` folder to this `ElectronJS` folder and rename the folder to `chrome_win64`, assume the Chrome version you downloaded is 110; then, download a `chromedriver.exe` with version 110 for Windows x64, and put it into the `chrome_win64` folder, then rename it to `chromedriver_win64.exe`.
106
106
107
-
Finally, copy the `stealth.min.js` and `execute.bat`(for Windows x64) file in this folder to these `chrome` folders.
107
+
Finally, copy the `stealth.min.js` and `execute_win64.bat` file in this `ElectronJS`folder to the `chrome_win64` folder **(do not forget this step)**.
0 commit comments