How to get icon
shashankx86 opened this issue · 1 comments
shashankx86 commented
icon_binary_data = b'\x03...'
with open("app_icon.png", "wb") as fp:
fp.write(icon_binary_data)
It won't open
subho007 commented
I am closing this issue. Please save the icon binary data as binary file and open it