File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 9595 uses : actions/upload-artifact@v4
9696 with :
9797 name : MSIX Package
98- path : WinGetStore/WinGetStore/ AppxPackages/**
98+ path : WinGetStore/AppxPackages/**
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ public bool IsIndeterminate
229229 nameof ( Logo ) ,
230230 typeof ( Uri ) ,
231231 typeof ( PackageControlTemplateSettings ) ,
232- null ) ;
232+ new PropertyMetadata ( new Uri ( "ms-appx:///Assets/StoreLogo.png" ) ) ) ;
233233
234234 /// <summary>
235235 /// Gets or sets the IsIndeterminate.
@@ -345,7 +345,7 @@ private void UpdateProgress()
345345 }
346346 }
347347
348- private void UpdateLogo ( ) => Logo = new Uri ( $ "ms-appx:///Assets/Logos/{ InstallerType } .svg") ;
348+ private void UpdateLogo ( ) => Logo = new Uri ( InstallerType is PackageInstallerType . Unknown ? "ms-appx:///Assets/StoreLogo.png" : $ "ms-appx:///Assets/Logos/{ InstallerType } .svg") ;
349349 }
350350
351351 public enum PackageState
Original file line number Diff line number Diff line change 2323
2424 <ItemGroup >
2525 <PackageReference Include =" CommunityToolkit.Labs.Uwp.Controls.MarkdownTextBlock" Version =" 0.1.250319-build.2093" />
26- <PackageReference Include =" CommunityToolkit.Uwp.Converters" Version =" 8.2.250129-preview2 " />
27- <PackageReference Include =" CommunityToolkit.Uwp.Extensions" Version =" 8.2.250129-preview2 " />
28- <PackageReference Include =" CommunityToolkit.Uwp.Triggers" Version =" 8.2.250129-preview2 " />
26+ <PackageReference Include =" CommunityToolkit.Uwp.Converters" Version =" 8.2.250402 " />
27+ <PackageReference Include =" CommunityToolkit.Uwp.Extensions" Version =" 8.2.250402 " />
28+ <PackageReference Include =" CommunityToolkit.Uwp.Triggers" Version =" 8.2.250402 " />
2929 <PackageReference Include =" Karambolo.Extensions.Logging.File" Version =" 3.6.3" />
3030 <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 9.0.3" />
3131 <PackageReference Include =" Microsoft.Toolkit.Uwp.Notifications" Version =" 7.1.3" />
3232 <PackageReference Include =" Microsoft.UI.Xaml" Version =" 2.8.7" />
3333 <PackageReference Include =" Microsoft.WindowsPackageManager.ComInterop" Version =" 1.10.340" />
34+ <PackageReference Include =" System.Drawing.Common" Version =" 8.0.14" IsImplicitlyDefined =" True" />
3435 </ItemGroup >
3536
3637 <ItemGroup >
You can’t perform that action at this time.
0 commit comments