@@ -56,7 +56,9 @@ <h2>Production release v{{ site.latest_version }}</h2>
5656 < a title ="Download portable for Windows 10/11 x64 " href ="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_windows_portable }} "> < img class ="platform " src ="{{ site.url }}/assets/buttons/windows-portable.svg "> </ a >
5757 < a title ="Download AppImage for Linux x86_64 " href ="{{ site.github_download_url }}v{{ site.latest_version }}/Friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_appimage }} "> < img class ="platform " src ="{{ site.url }}/assets/buttons/linux-appimage.svg "> </ a >
5858 < a title ="Download portable tarball for Linux x86_64 " href ="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_portable }} "> < img class ="platform " src ="{{ site.url }}/assets/buttons/linux-portable.svg "> </ a >
59- <!-- <a title="Download package for Enterprise Linux (VFX Reference Platform)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_rpm }}"><img class="platform" src="{{ site.url }}/assets/buttons/rhel-rpm.svg"></a> -->
59+ <!-- <a title="Download RPM for Enterprise Linux (VFX Reference Platform)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_linux_rpm }}"><img class="platform" src="{{ site.url }}/assets/buttons/rhel-rpm.svg"></a> -->
60+ <!-- <a title="Download DMG for macOS 12.7+ (Apple Silicon)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_mac_arm_dmg }}"><img class="platform" src="{{ site.url }}/assets/buttons/macos-arm.svg"></a> -->
61+ <!-- <a title="Download DMG for macOS 12.7+ (Intel)" href="{{ site.github_download_url }}v{{ site.latest_version }}/friction-{{ site.latest_version }}-{{ site.github_release_suffix_mac_intel_dmg }}"><img class="platform" src="{{ site.url }}/assets/buttons/macos-intel.svg"></a> -->
6062 </ div >
6163 < p class ="shadow noDeco "> < a href ="{{ site.url }}/releases/friction-{{ site.latest_version | remove: '.' }}.html "> Please read the release notes before usage.</ a > </ p >
6264 </ div >
@@ -68,8 +70,9 @@ <h2>Development release v{{ site.unstable_version }}</h2>
6870 < a title ="Download portable for Windows 10/11 x64 " href ="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_windows_portable }} "> < img class ="platform " src ="{{ site.url }}/assets/buttons/windows-portable.svg "> </ a >
6971 < a title ="Download AppImage for Linux x86_64 " href ="{{ site.github_download_url }}v{{ site.unstable_version }}/Friction-{{ site.unstable_version }}-{{ site.github_release_suffix_linux_appimage }} "> < img class ="platform " src ="{{ site.url }}/assets/buttons/linux-appimage.svg "> </ a >
7072 < a title ="Download portable tarball for Linux x86_64 " href ="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_linux_portable }} "> < img class ="platform " src ="{{ site.url }}/assets/buttons/linux-portable.svg "> </ a >
71- < a title ="Download for macOS Intel " href ="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_mac_intel_dmg }} "> < img class ="platform " src ="{{ site.url }}/assets/buttons/macos-intel.svg "> </ a >
72- <!-- <a title="Download package for Enterprise Linux (VFX Reference Platform)" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version | replace: '-beta', '.beta' }}-{{ site.github_release_suffix_linux_rpm }}"><img class="platform" src="{{ site.url }}/assets/buttons/rhel-rpm.svg"></a> -->
73+ <!-- <a title="Download RPM for Enterprise Linux (VFX Reference Platform)" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version | replace: '-beta', '.beta' }}-{{ site.github_release_suffix_linux_rpm }}"><img class="platform" src="{{ site.url }}/assets/buttons/rhel-rpm.svg"></a> -->
74+ <!-- <a title="Download DMG for macOS 12.7+ (Apple Silicon)" href="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_mac_arm_dmg }}"><img class="platform" src="{{ site.url }}/assets/buttons/macos-arm.svg"></a> -->
75+ < a title ="Download DMG for macOS 12.7+ (Intel) " href ="{{ site.github_download_url }}v{{ site.unstable_version }}/friction-{{ site.unstable_version }}-{{ site.github_release_suffix_mac_intel_dmg }} "> < img class ="platform " src ="{{ site.url }}/assets/buttons/macos-intel.svg "> </ a >
7376 </ div >
7477 < p class ="shadow noDeco "> < a href ="{{ site.url }}/releases/friction-{{ site.unstable_version | remove: '.' }}.html "> Please read the release notes before usage.</ a > </ p >
7578 </ div >
0 commit comments