Skip to content

Commit bafb93a

Browse files
committed
Fix missing webp dll for once and all
1 parent f0b9fda commit bafb93a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CollapseLauncher/CollapseLauncher.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Authors>$(Company). neon-nyan, Cry0, bagusnl, shatyuka, gablm.</Authors>
1717
<Copyright>Copyright 2022-2025 $(Company)</Copyright>
1818
<!-- Versioning -->
19-
<Version>1.82.27</Version>
19+
<Version>1.82.28</Version>
2020
<LangVersion>preview</LangVersion>
2121
<!-- Target Settings -->
2222
<Platforms>x64</Platforms>
@@ -420,9 +420,9 @@
420420
<Delete Files="$(PublishDir)WindowsAppRuntime.DeploymentExtensions.OneCore.dll" />
421421
<Delete Files="$(PublishDir)WindowsAppSdk.AppxDeploymentExtensions.Desktop.dll" />
422422
<Delete Files="$(PublishDir)WindowsAppSdk.AppxDeploymentExtensions.Desktop-EventLog-Instrumentation.dll" />
423-
<Delete Files="$(PublishDir)webp.dll" />
424-
<Delete Files="$(PublishDir)webpdemux.dll" />
425-
<Delete Files="$(PublishDir)webpmux.dll" />
423+
<Delete Files="$(PublishDir)webp.dll" Condition="'$(PublishAot)' == 'true'" />
424+
<Delete Files="$(PublishDir)webpdemux.dll" Condition="'$(PublishAot)' == 'true'" />
425+
<Delete Files="$(PublishDir)webpmux.dll" Condition="'$(PublishAot)' == 'true'" />
426426
<Delete Files="$(PublishDir)Microsoft.UI.Xaml\Assets\map.html" />
427427
</Target>
428428

0 commit comments

Comments
 (0)