ui: migrate client to gtk
This commit is contained in:
@@ -42,7 +42,7 @@ public class AppUpdater
|
||||
{
|
||||
var client = new HttpClient();
|
||||
var tempFileName = Path.GetTempFileName();
|
||||
var appFileName = Pilz.Win32.NativeTools.GetExecutablePath();
|
||||
var appFileName = Environment.ProcessPath;
|
||||
var oldFileName = appFileName + ".old";
|
||||
|
||||
// Delete old file
|
||||
|
||||
Reference in New Issue
Block a user