File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -251,8 +251,18 @@ export const openvinoReleases: OpenvinoReleaseDirectory = {
251251 ] ,
252252 mac : [
253253 {
254- name : "OpenVino AI Plugins" ,
255- browser_download_url : "" ,
254+ name : "OpenVino AI Plugins – Universal Binary (large)" ,
255+ browser_download_url : "https://github.com/audacity/mod-openvino-macos/releases/download/v3.7.1-R4.2-beta-1/Audacity-OpenVINO-3.7.1-R4.2.pkg" ,
256+ type : ".pkg" ,
257+ } ,
258+ {
259+ name : "OpenVino AI Plugins – Intel (x64)" ,
260+ browser_download_url : "https://github.com/audacity/mod-openvino-macos/releases/download/v3.7.1-R4.2-beta-1/Audacity-OpenVINO-3.7.1-R4.2-x86_64.pkg" ,
261+ type : ".pkg" ,
262+ } ,
263+ {
264+ name : "OpenVino AI Plugins – Apple Silicon (ARM64)" ,
265+ browser_download_url : "https://github.com/audacity/mod-openvino-macos/releases/download/v3.7.1-R4.2-beta-1/Audacity-OpenVINO-3.7.1-R4.2-arm64.pkg" ,
256266 type : ".pkg" ,
257267 } ,
258268 ] ,
You can’t perform that action at this time.
0 commit comments