Switch from sha256.txt to digest

This commit is contained in:
Natsumi
2025-08-09 12:56:12 +12:00
parent fd87bb4509
commit 42fadd7e65
5 changed files with 62 additions and 107 deletions

View File

@@ -313,8 +313,7 @@ declare global {
// Update
DownloadUpdate(
fileUrl: string,
fileName: string,
hashUrl: string,
hashString: string,
downloadSize: number
): Promise<void>;
CancelUpdate(): Promise<void>;