fix: update service URL to OpenListTeam repo

This commit is contained in:
Kuingsmile
2025-06-26 15:14:04 +08:00
parent 7724a21484
commit 3a5eb44cad

View File

@@ -69,7 +69,7 @@ const createBinaryInfo = (name, archMap, baseUrl, version = '') => {
}
// OpenList service URL
const serviceUrl = `https://github.com/Kuingsmile/openlist-desktop-service/releases/download/${sidecarHost}`
const serviceUrl = `https://github.com/OpenListTeam/openlist-desktop-service/releases/download/${sidecarHost}`
const getServiceInfo = exeName => {
const ext = isWin ? '.exe' : ''