mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
update api comment
This commit is contained in:
parent
951da8e31a
commit
e6f6c7500d
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import { AvailableForDownload, DisablementReason, IUpdateService, State, StateTy
|
|||
export function createUpdateURL(platform: string, quality: string, productService: IProductService): string {
|
||||
// return `https://voideditor.dev/api/update/${platform}/stable`;
|
||||
// return `${productService.updateUrl}/api/update/${platform}/${quality}/${productService.commit}`;
|
||||
// https://github.com/VSCodium/update-api
|
||||
return `https://updates.voideditor.dev/api/update/${platform}/${quality}/${productService.commit}`;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue