I wanted to modify the icon of an already existing Windows shortcut (aka a .lnk
file) using an externally created .ico
file, and not one provided by Windows itself (by this I mean using an icon preferably located in the same folder as the .py
file)
I found a similar question, but it only modifies the icon of shortcuts created from scratch with Python instead of replacing the icon of existing ones