From cf3a16c9acc9a657c1db58055d677321baf1cdfc Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sun, 3 Sep 2023 18:36:18 -0700 Subject: [PATCH 1/3] minor --- docs/_config.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index d8bcc56..914f0d1 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -52,12 +52,17 @@ changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md download: version: 1.24.0 - url: https://github.com/hearmeneigh/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL% + url: https://github.com/hearmeneigh/fchat-rising/releases/latest/download/F-Chat-Rising-%PLATFORM_TAIL% downloads: - type: win - name: Windows - tail: win.exe + name: Windows (x64) + tail: win-x64.exe + size: 84 MB + + - type: win + name: Windows (arm64) + tail: win-arm64.exe size: 84 MB - type: mac @@ -72,7 +77,12 @@ download: size: 83 MB - type: linux - name: Linux - tail: linux.AppImage + name: Linux (x64) + tail: linux-x64.AppImage + size: 82 MB + + - type: linux + name: Linux (arm64) + tail: linux-arm64.AppImage size: 82 MB From 66d599cca8ab6af1c6fa66a47edb153998274d75 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sun, 3 Sep 2023 18:49:09 -0700 Subject: [PATCH 2/3] minor --- docs/_config.yml | 3 ++- docs/_layouts/rising.html | 15 +++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 914f0d1..61ce7ee 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -48,6 +48,7 @@ exclude: theme: jekyll-theme-slate changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md +installurl: https://github.com/hearmeneigh/fchat-rising/wiki download: version: 1.24.0 @@ -69,7 +70,7 @@ download: name: MacOS (Intel) tail: macos-intel.dmg size: 80 MB - instructions: ./macos-install + # instructions: ./macos-install - type: mac name: MacOS (M1) diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html index e8952e5..459405a 100644 --- a/docs/_layouts/rising.html +++ b/docs/_layouts/rising.html @@ -11,7 +11,7 @@