fix for new Nvidia links

This commit is contained in:
Jakob 2022-11-04 17:03:45 +01:00
parent cc4f7b19f6
commit f86025f63d
4 changed files with 14 additions and 2 deletions

View file

@ -385,5 +385,11 @@ namespace EnvyUpdate
return 1;
}
public static void DownloadFile(string fileURL, string savePath)
{
//TODO Implement downloading
//TODO implement progress bar
}
}
}