mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-04 18:28:42 +02:00
feat: sha256 checksum for self-updates
This commit is contained in:
@@ -211,6 +211,10 @@ export interface AppUpdateInfo {
|
||||
manual_update_required: boolean;
|
||||
release_page_url?: string;
|
||||
repo_update: boolean;
|
||||
/** URL of the release's SHA256SUMS.txt; downloads are verified against it. */
|
||||
checksums_url?: string | null;
|
||||
/** GitHub-computed digest of the chosen asset ("sha256:<hex>"). */
|
||||
asset_digest?: string | null;
|
||||
}
|
||||
|
||||
export interface AppUpdateProgress {
|
||||
|
||||
Reference in New Issue
Block a user