Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Redlabs Update Utility

A tool which lets you easily automatically update your applications · By RugbugRedfern

How to change icon

A topic by Pro Gamer Moment created Jul 06, 2022 Views: 290 Replies: 2
Viewing posts 1 to 3

So i just bought the source code but i have zero coding knowlegde, i already have visual studio installed but how do i change the icon of the utility so its not just the regular exe icon

Developer

1. You first need a .ico file to use as an Icon. You can use something like https://www.freeconvert.com/png-to-ico to convert from a .png to a .ico file

2. Once you have your .ico file, put it in the RedlabsUpdateUtility folder in the source code


3. Open the project in Visual Studio (double click the RedlabsUpdateUtility.sln file in the folder above)


4. Right click on "RedlabsUpdateUtility" in the Solution Explorer window in Visual Studio and click "Properties"


5. Select your icon in the "Resources" section


6. Publish it (as described in the QuickStart Guide PDF

thanks