This morning, I decided it was long overdue that Way of Rhea get its own icon. I believe that if you’re building a project in Visual Studio there’s a UI through which you can change your exe’s icon–but I’m not a Visual Studio user. It took me quite a while to figure out how to set an exe’s icon from the command line, so I figured I’d document what I learned here in the hopes of saving someone else some time. It’s possible to dynamically load and set a window icon via code, but...