Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: GUI mining - now supports puddinpop's RPCminers
by
Kiv
on 05/04/2011, 22:02:45 UTC

Then, in guiminer.py, in your frame subclass add:
Code:
if os.path.exists("guiminer.exe"):
     self.SetIcon(wx.Icon("guiminer.exe",wx.BITMAP_TYPE_ICO))

Windows should handle it natively after that, as long as the icon is in position 0.

Neat, I didn't realize you could create an wx.Icon from an executable.