From 90e37930a5b6a9082b9e8766f54ca1b7a3ebcede Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Fri, 4 Jan 2019 21:24:12 +0100 Subject: [PATCH] Fix all issues with the download buttons Now makes API calls, there's a fallback to the latest known release at the time of building of the site (so basically the second latest release) for slow internet users or browsers that don't have fetch. --- docs/index.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/index.html b/docs/index.html index 207eab63..bd987ca6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,17 +20,12 @@ meta-description: "Largest graphic pack source for Cemu that modify or scale gam
- -{% comment %} Get the latest release zip {% endcomment %} -{% capture newReleaseVersion %} {{ site.github.latest_release.assets[0].browser_download_url | slice: 71, 3}} {% endcapture %} -{% assign newReleaseVersion = newReleaseVersion | plus:1 %} -Choose the right download for the Cemu version that you'll use.
Remove your previous graphic packs before installing/updating each time you install your graphic packs or you might run into issues!