fix for new Nvidia links
This commit is contained in:
parent
cc4f7b19f6
commit
f86025f63d
4 changed files with 14 additions and 2 deletions
|
@ -385,5 +385,11 @@ namespace EnvyUpdate
|
|||
|
||||
return 1;
|
||||
}
|
||||
|
||||
public static void DownloadFile(string fileURL, string savePath)
|
||||
{
|
||||
//TODO Implement downloading
|
||||
//TODO implement progress bar
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue