可以自己设置 AutoUpdater.DownloadPath
怎么设置呢?
已经解决了
我也碰到这个问题,请问是怎么解决的?
开源代码里面下面几句代码,zip文件和本地安装文件一致,可以自动覆盖安装
var currentDirectory = new DirectoryInfo(Environment.CurrentDirectory);
if (currentDirectory.Parent != null)
{
AutoUpdater.InstallationPath = currentDirectory.Parent.FullName;
}