From 09aa68e21eb4fc9e6dddc5fe3daab8f48b40a409 Mon Sep 17 00:00:00 2001 From: grum-sudo Date: Wed, 27 May 2026 16:45:54 +0300 Subject: [PATCH 1/2] moonfin@1.4.0: add manifest --- bucket/moonfin.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/moonfin.json diff --git a/bucket/moonfin.json b/bucket/moonfin.json new file mode 100644 index 00000000000000..c937e1675e4ea6 --- /dev/null +++ b/bucket/moonfin.json @@ -0,0 +1,34 @@ +{ + "version": "1.4.0", + "description": "An enhanced, premium cross-platform client for Jellyfin and Emby.", + "homepage": "https://github.com/Moonfin-Client/Mobile-Desktop", + "license": "GPL-2.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/Moonfin-Client/Mobile-Desktop/releases/download/1.4.0/Moonfin_Windows_v1.4.0.exe", + "hash": "56cfbbedd9d95b138dbfea6b97d9c6225a4591db522e61f8673bac0d2f443362" + } + }, + "installer": { + "args": [ + "/VERYSILENT", + ] + }, + "bin": "Moonfin.exe", + "shortcuts": [ + [ + "Moonfin.exe", + "Moonfin" + ] + ], + "checkver": { + "github": "https://github.com/Moonfin-Client/Mobile-Desktop" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Moonfin-Client/Mobile-Desktop/releases/download/$version/Moonfin_Windows_v$version.exe" + } + } + } +} From 0ee468668d81abdcac416742015264e8359b6bd3 Mon Sep 17 00:00:00 2001 From: grum-sudo Date: Wed, 27 May 2026 13:59:52 +0000 Subject: [PATCH 2/2] Update bucket/moonfin.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- bucket/moonfin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/moonfin.json b/bucket/moonfin.json index c937e1675e4ea6..993aa9a50ea8b9 100644 --- a/bucket/moonfin.json +++ b/bucket/moonfin.json @@ -11,7 +11,7 @@ }, "installer": { "args": [ - "/VERYSILENT", + "/VERYSILENT" ] }, "bin": "Moonfin.exe",