You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,16 @@ The main benefits are twofold:
46
46
47
47
## Instructions
48
48
49
-
### Generate the ICO files
49
+
### Generate the ICO files (optional)
50
+
51
+
**Note:** If you don’t want to have to clone this repo and generate the icons yourself, you can simply download the pre-generated icon set from the [latest release](https://www.github.com/andidavies92/ccc-cons/releases/latest).
50
52
51
53
1. Download [svg_to_ico](https://www.github.com/Ortham/svg_to_ico), keep the binary somewhere appropriate and add it to your path.
52
54
2. Open a PowerShell prompt with the working directory set to the repository’s root.
53
55
3. Run `generate.ps1`, which will generate ICO icon files from the source SVGs.
54
56
4. Find the generated ICO files in the newly-created `/output` directory.
0 commit comments