On Linux, when importing a non-steam game, steam does not seem to extract the exe icon and use it as the icon for the game. It would be very useful if steamgrid would also extract the exe icon and configure it as the icon of the non-steam games.
There are plenty of ways to extract the .ico file from an exe on linux. For example, using icoutils:
wrestool -x -t 14 game.exe > exe_icon.ico
On Linux, when importing a non-steam game, steam does not seem to extract the exe icon and use it as the icon for the game. It would be very useful if steamgrid would also extract the exe icon and configure it as the icon of the non-steam games.
There are plenty of ways to extract the .ico file from an exe on linux. For example, using icoutils:
wrestool -x -t 14 game.exe > exe_icon.ico
Would you consider adding this feature?