From 821e361e9780413efe3935da6f753a8237046699 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Wed, 20 Nov 2019 16:00:40 -0700 Subject: [PATCH] Add icon tutorial. --- All/Sign Using OV Cert.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/All/Sign Using OV Cert.md b/All/Sign Using OV Cert.md index 5dca300..de51113 100644 --- a/All/Sign Using OV Cert.md +++ b/All/Sign Using OV Cert.md @@ -51,6 +51,14 @@ Next, you can set the "publisher name" by filling in the `CompanyName` value wit Lastly, you can give your application a name, like "Go Web Server" under the `ProductName` value. +## Create an Icon for You App + +Grab the picture you want to use and go to: http://www.genfavicon.com/ + +Click on “Browse…” Select the picture you want to use, then click “Open”. Then click on the “Upload Image” button. Your image should pop up in the upper right hand corner. You will then need to click and drag on the little boxes around your image to get it to select the whole image properly. Below that, you should see “2 Cut & Preview”. Under this heading, you should be able to select a size. Select “48×48”. Then click “Capture & Preview”. You should then see an option just to the left of that saying “Download: favicon”. Save it as a `.ico` file. You can then open `versioninfo.json` and add that filename to the value for `IconPath`. + +## Building the Server File + ``` # Generate the info goversioninfo needs by running the following in a command prompt: go generate