ui: migrate client to gtk

This commit is contained in:
2025-06-17 09:40:10 +02:00
parent 0aa6ed98c6
commit 30b1832cd0
14 changed files with 664 additions and 2646 deletions

View File

@@ -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