diff --git a/bucket/psysonic.json b/bucket/psysonic.json new file mode 100644 index 00000000000000..f472d3177e6ad8 --- /dev/null +++ b/bucket/psysonic.json @@ -0,0 +1,41 @@ +{ + "version": "1.45.0", + "description": "A lean desktop music player for Subsonic API-compatible servers. Connect to Navidrome, Gonic, or Airsonic — and keep full control over your music library.", + "homepage": "https://www.psysonic.de/", + "license": { + "identifier": "GPL-3.0-or-later", + "url": "https://spdx.org/licenses/GPL-3.0-or-later.html" + }, + "suggest": { + "webview2": "extras/webview2" + }, + "architecture": { + "64bit": { + "url": "https://github.com/Psychotoxical/psysonic/releases/download/app-v1.45.0/Psysonic_1.45.0_x64-setup.exe", + "hash": "d5e2b7cc70aedab110a8c0073fc0e9b8ca4401cf2a442ab8001b840fa5a5028a" + } + }, + "installer": { + "args": [ + "/S", + "/D=$dir" + ] + }, + "shortcuts": [ + [ + "psysonic.exe", + "Psysonic" + ] + ], + "uninstaller": { + "file": "uninstall.exe", + "args": "/S" + }, + "checkver": { + "url": "https://github.com/Psychotoxical/psysonic", + "regex": "Psysonic v([\\d.]+)" + }, + "autoupdate": { + "url": "https://github.com/Psychotoxical/psysonic/releases/download/app-v$version/Psysonic_$version_x64-setup.exe" + } +}