From 5372bd34a61d2881e2d471de95e5e8c9f659a52c Mon Sep 17 00:00:00 2001 From: Kyu Date: Tue, 5 May 2026 11:57:53 +0200 Subject: [PATCH 1/2] psysonic: Add version 1.45.0 --- bucket/psysonic.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/psysonic.json diff --git a/bucket/psysonic.json b/bucket/psysonic.json new file mode 100644 index 00000000000000..e1b8ef78cbed63 --- /dev/null +++ b/bucket/psysonic.json @@ -0,0 +1,38 @@ +{ + "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" + }, + "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" + } +} From 31a306ac326aa201e3f4b799fb5dec5f55c2019f Mon Sep 17 00:00:00 2001 From: Kyu Date: Tue, 5 May 2026 12:57:13 +0200 Subject: [PATCH 2/2] psysonic: Add suggest field for webview2 --- bucket/psysonic.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/psysonic.json b/bucket/psysonic.json index e1b8ef78cbed63..f472d3177e6ad8 100644 --- a/bucket/psysonic.json +++ b/bucket/psysonic.json @@ -6,6 +6,9 @@ "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",