minor
This commit is contained in:
parent
19b399b587
commit
cf3a16c9ac
|
@ -52,12 +52,17 @@ changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md
|
||||||
download:
|
download:
|
||||||
version: 1.24.0
|
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:
|
downloads:
|
||||||
- type: win
|
- type: win
|
||||||
name: Windows
|
name: Windows (x64)
|
||||||
tail: win.exe
|
tail: win-x64.exe
|
||||||
|
size: 84 MB
|
||||||
|
|
||||||
|
- type: win
|
||||||
|
name: Windows (arm64)
|
||||||
|
tail: win-arm64.exe
|
||||||
size: 84 MB
|
size: 84 MB
|
||||||
|
|
||||||
- type: mac
|
- type: mac
|
||||||
|
@ -72,7 +77,12 @@ download:
|
||||||
size: 83 MB
|
size: 83 MB
|
||||||
|
|
||||||
- type: linux
|
- type: linux
|
||||||
name: Linux
|
name: Linux (x64)
|
||||||
tail: linux.AppImage
|
tail: linux-x64.AppImage
|
||||||
|
size: 82 MB
|
||||||
|
|
||||||
|
- type: linux
|
||||||
|
name: Linux (arm64)
|
||||||
|
tail: linux-arm64.AppImage
|
||||||
size: 82 MB
|
size: 82 MB
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue