最新适配版本: OpenCore-1.0.3-RELEASE
web版的OpenCore引导工具config.plist的在线编辑器 使用方法:
1 直接使用在线版, 地址 https://xieguozhong.github.io/opencoreConfiguratorOnline/
2 git clone 后直接双击index.html使用
3 强烈推荐使用utools( https://www.u.tools )工具, 非常多插件,好用方便还免费。 安装后在插件应用市场搜 opencore
4 macos 系统使用独立的应用, 下载后解压直接用就可以了
修改方式:
打开终端 1 #git clone https://github.com/xieguozhong/opencoreConfiguratorOnline.git
#cd opencoreConfiguratorOnline
#npm install
#gulp
#gulp watch
tauri 修改方法,提前安装好 rust , brew install rust
#cd opencoreConfiguratorOnline/tauriapp
#npm install
#npm run tauri dev