mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Switch from sha256.txt to digest
This commit is contained in:
@@ -4,9 +4,9 @@ namespace VRCX;
|
||||
|
||||
public partial class AppApi
|
||||
{
|
||||
public async Task DownloadUpdate(string fileUrl, string fileName, string hashUrl, int downloadSize)
|
||||
public async Task DownloadUpdate(string fileUrl, string hashString, int downloadSize)
|
||||
{
|
||||
await Update.DownloadUpdate(fileUrl, fileName, hashUrl, downloadSize);
|
||||
await Update.DownloadUpdate(fileUrl, hashString, downloadSize);
|
||||
}
|
||||
|
||||
public void CancelUpdate()
|
||||
|
||||
Reference in New Issue
Block a user