Skip to content

Commit d89931e

Browse files
authored
Update customLinks.js
1 parent 0a4535b commit d89931e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: custom_Links/customLinks.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ document.getElementById("preversion").href= preversion; //previous version
9292

9393
//Mac downloads start//
9494
document.getElementById("macMontereyDld").href= macMontereyDld;
95-
document.getElementById("macMontereyDld").innerHTML= "Download Natron "+versionnum+ " for macOS 12+ dmg&nbsp"+'<i class="fa fa-apple"></i>';
95+
document.getElementById("macMontereyDld").innerHTML= "Download Natron "+versionnum+ " for macOS 12+ dmg (Intel 64-bit, runs on Apple silicon with Rosetta 2)&nbsp"+'<i class="fa fa-apple"></i>';
9696
document.getElementById("macCatalinaDld").href= macCatalinaDld;
97-
document.getElementById("macCatalinaDld").innerHTML= "Download Natron "+versionnum+ " for macOS 10.15+ dmg&nbsp"+'<i class="fa fa-apple"></i>';
97+
document.getElementById("macCatalinaDld").innerHTML= "Download Natron "+versionnum+ " for macOS 10.15+ dmg (Intel 64-bit, runs on Apple silicon with Rosetta 2)&nbsp"+'<i class="fa fa-apple"></i>';
9898
document.getElementById("macDld").href= macDld;
99-
document.getElementById("macDld").innerHTML= "Download Natron "+versionnum+ " for OS X 10.9+ dmg&nbsp"+'<i class="fa fa-apple"></i>';
99+
document.getElementById("macDld").innerHTML= "Download Natron "+versionnum+ " for OS X 10.9+ dmg (Intel 64-bit)&nbsp"+'<i class="fa fa-apple"></i>';
100100
document.getElementById("macUniversalDld").href= macUniversalDld;
101101
document.getElementById("macUniversalDld").innerHTML= "Download Natron "+versionnum+ " for OS X 10.6+ dmg (Intel 32/64-bit)&nbsp"+'<i class="fa fa-apple"></i>';
102102
//Mac downloads end//

0 commit comments

Comments
 (0)