mirror of
https://github.com/OpenListTeam/OpenList-Desktop.git
synced 2025-11-25 03:14:56 +08:00
fix: update service URL to OpenListTeam repo
This commit is contained in:
@@ -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' : ''
|
||||
|
||||
Reference in New Issue
Block a user