redromnon / HeroicBashLauncher

Directly launch any Epic Games Store and GOG game from anywhere without Heroic on Linux.
GNU General Public License v3.0
353 stars 17 forks source link

Artwork got reset after reimport the games #46

Closed githublsx closed 2 years ago

githublsx commented 2 years ago

Hi, first thank you so much for making this tool, this is very helpful!

I noticed an issue that when I'm using the tool, it seems that after I imported the games into steam library and change the art for certain games, and reimport the games, those artworks will be reset to original ones, maybe we can add another extension check for png files in checkartworkexists function to fix it? Thank you!

redromnon commented 2 years ago

The program only checks if images already exist in jpg format. I'll implement checking for those stored in png format.

redromnon commented 2 years ago

This issue should be fixed in v2.5.0

githublsx commented 2 years ago

Thank you!