From cecf2122a6a4191723ae8253c78df705fcb80da8 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Sun, 9 Nov 2025 13:54:38 +0100 Subject: [PATCH] final fix --- Pilz.Updating.Client/Pilz.Updating.Client.csproj | 2 +- Pilz.Updating.Client/UpdateClient.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pilz.Updating.Client/Pilz.Updating.Client.csproj b/Pilz.Updating.Client/Pilz.Updating.Client.csproj index 5ae2142..af51557 100644 --- a/Pilz.Updating.Client/Pilz.Updating.Client.csproj +++ b/Pilz.Updating.Client/Pilz.Updating.Client.csproj @@ -8,7 +8,7 @@ - 4.4.5 + 4.4.6 diff --git a/Pilz.Updating.Client/UpdateClient.cs b/Pilz.Updating.Client/UpdateClient.cs index 7a10588..1e81598 100644 --- a/Pilz.Updating.Client/UpdateClient.cs +++ b/Pilz.Updating.Client/UpdateClient.cs @@ -28,7 +28,7 @@ public class UpdateClient(string updateUrl, AppVersion currentVersion, AppChanne public bool UIDarkMode { get; set; } public bool HasUpdates => UpdatePackageInfo != null; public string? Distro { get; set; } - public bool MakeAppBinaryExecutable { get; set; } = RuntimeInformationsEx.OSType == OSType.Linux || RuntimeInformationsEx.OSType == OSType.Windows; + public bool MakeAppBinaryExecutable { get; set; } = RuntimeInformationsEx.OSType == OSType.Linux || RuntimeInformationsEx.OSType == OSType.OSX; // E v e n t M e t h o d s