diff --git a/bucket/luniq.json b/bucket/luniq.json new file mode 100644 index 00000000000000..08475ec50b73d9 --- /dev/null +++ b/bucket/luniq.json @@ -0,0 +1,33 @@ +{ + "version": "1.0.6", + "description": "An open-source desktop music player made for a seamless listening experience.", + "homepage": "https://github.com/saraansx/Luniq-Music", + "license": "GPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/saraansx/Luniq-Music/releases/download/v1.0.6/Luniq-Setup-1.0.6.exe#/dl.7z", + "hash": "00747641BCCF961ED80B7EC8621479B9C59FFD8B053855854D00112368E4F593" + } + }, + "installer": { + "script": [ + "Expand-7zipArchive \"$dir\\dl.7z\" \"$dir\"", + "Remove-Item \"$dir\\dl.7z\"", + "if (Test-Path \"$dir\\`$PLUGINSDIR\") { Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse -Force }" + ] + }, + "shortcuts": [ + [ + "Luniq.exe", + "Luniq" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/saraansx/Luniq-Music/releases/download/v$version/Luniq-Setup-$version.exe#/dl.7z" + } + } + } +}