diff --git a/bucket/moonfin.json b/bucket/moonfin.json new file mode 100644 index 00000000000000..993aa9a50ea8b9 --- /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" + } + } + } +}