final fix

This commit is contained in:
2025-11-09 13:54:38 +01:00
parent bd56066fbd
commit cecf2122a6
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>4.4.5</Version>
<Version>4.4.6</Version>
</PropertyGroup>
<ItemGroup>

View File

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