Skip to content

Commit 8c2df0b

Browse files
committed
V2026.4.2
1 parent 3920887 commit 8c2df0b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Nickvision.Desktop/Nickvision.Desktop.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1010
<PackageId>Nickvision.Desktop</PackageId>
11-
<Version>2026.4.1</Version>
11+
<Version>2026.4.2</Version>
1212
<Company>Nickvision</Company>
1313
<Authors>Nickvision</Authors>
1414
<Description>A cross-platform base for Nickvision desktop applications.</Description>
@@ -36,7 +36,7 @@
3636
<PackageReference Include="NReco.Logging.File" Version="1.3.1" />
3737
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" Version="2.1.11" />
3838
<PackageReference Include="System.Drawing.Common" Version="10.0.5" />
39-
<PackageReference Include="Tmds.DBus.Protocol" Version="0.91.1" />
39+
<PackageReference Include="Tmds.DBus.Protocol" Version="0.92.0" />
4040
</ItemGroup>
4141

4242
<ItemGroup>

Nickvision.Desktop/System/DependencyExecutableService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public virtual async Task<bool> DownloadUpdateAsync(AppVersion version, IProgres
8080
await _configurationService.SetAsync(configKey, version, AppVersionJsonContext.Default.AppVersion);
8181
if (isZip)
8282
{
83-
await ZipFile.ExtractToDirectoryAsync(downloadPath, UserDirectories.LocalData);
83+
await ZipFile.ExtractToDirectoryAsync(downloadPath, UserDirectories.LocalData, true);
8484
File.Delete(downloadPath);
8585
}
8686
if (!OperatingSystem.IsWindows())

0 commit comments

Comments
 (0)