update api comment

This commit is contained in:
Andrew Pareles 2025-01-10 23:57:44 -08:00
parent 951da8e31a
commit e6f6c7500d

View file

@ -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}`;
}