MacOS with two execute stage version

This commit is contained in:
Naibo_Mac_M2 2023-12-23 22:30:19 +08:00
parent 3a127f029a
commit 92ee889483
4 changed files with 10 additions and 6 deletions

View File

@ -16,13 +16,15 @@ cd ~/Downloads/EasySpider_MacOS
4. In the EasySpider directory, use the following command to modify the software package attributes:
xattr -c YourEasySpider.appFilePath
xattr -cr YourEasySpider.appFilePath
For example:
xattr -c EasySpider.app
xattr -cr EasySpider.app
You can now open and use the software.
When executing the command, errors similar to the one below can be ignored. After the execution is complete, you can open the software:
xattr: [Errno 13] Permission denied: 'EasySpider.app/Contents/Resources
- Design phase - Intel chip version of MacOS

View File

@ -14,13 +14,15 @@ cd ~/Downloads/EasySpider_MacOS
3. 在EasySpider目录下使用以下命令修改软件包属性
xattr -c 您的EasySpider.app文件路径
xattr -cr 您的EasySpider.app文件路径
如:
xattr -c EasySpider.app
xattr -cr EasySpider.app
即可打开软件。
执行命令时如果出现类似下面的错误可以忽略,执行完成之后即可打开软件:
xattr: [Errno 13] Permission denied: 'EasySpider.app/Contents/Resources/app/node_modules/node-window-manager/build/node_gyp_bins/python3'
- 设计阶段 - Intel芯片版本MacOS

Binary file not shown.

Binary file not shown.