Package Icon Missing After Publishing a UiPath Library

Hello UiPath Community,

I recently created and published a custom library using the UiPath Library feature. During the publishing process, I set a custom package icon using a .png file, and everything seemed to work fine.

However, when I try to download the library package from the Orchestrator or manage packages in UiPath Studio, the package icon is missing. Instead of the custom icon I set, the default icon is displayed.

Here are the steps I followed:

  1. I added a .png file as the package icon while configuring the library properties before publishing.
  2. Published the library successfully.
  3. Downloaded the library package, but the custom icon does not appear.

Is there something I am missing during the configuration or publishing process? Are there specific requirements for the icon file (e.g., size, format, resolution) that I need to follow?

I would appreciate any guidance or suggestions to resolve this issue. Thank you in advance!

Best regards,
Hendaryie


@Hendaryie_Tjoeng

this is more from experience…filepath even if the icon is present in package would not be displayed and yes the docs say so but only the public urls work generally

most of the times use use the favicon.ico present on the website as it is publicly accessible..for example any site hosts in same place or you might need to place the file as public url and use

any example favicon is this https://www.uipath.com/favicon.ico

https://www.google.com/favicon.ico

these urls or any public urls would work for icon

simialrly every site hosts in the same way

cheers

1 Like