diff --git a/CreamInstaller/Forms/SelectForm.cs b/CreamInstaller/Forms/SelectForm.cs index b0395b4..f536f15 100644 --- a/CreamInstaller/Forms/SelectForm.cs +++ b/CreamInstaller/Forms/SelectForm.cs @@ -346,7 +346,7 @@ internal sealed partial class SelectForm : CustomForm selection.Icon = IconGrabber.SteamAppImagesPath + @$"\{appId}\{cmdAppData?.Common?.Icon}.jpg"; selection.SubIcon = storeAppData?.HeaderImage ?? IconGrabber.SteamAppImagesPath + @$"\{appId}\{cmdAppData?.Common?.ClientIcon}.ico"; - selection.Publisher = storeAppData?.Publishers[0] ?? cmdAppData?.Extended?.Publisher; + selection.Publisher = storeAppData?.Publishers?.FirstOrDefault() ?? cmdAppData?.Extended?.Publisher; selection.Website = storeAppData?.Website; if (Program.Canceled) return;