feat: new application icons

New icons for Windows and Linux and different icons for prereleases
This commit is contained in:
Lukas Obermann
2023-10-09 16:57:48 +02:00
parent e0162a4b25
commit 573a66bf62
21 changed files with 24 additions and 4 deletions
+20
View File
@@ -0,0 +1,20 @@
# `.icns` file from `.iconset` folder
```sh
iconutil -c icns <PATH_TO_FOLDER>
```
Make sure all of the following files are available. The tool is **case-sensitive**.
```
icon_16.png
icon_16@2x.png
icon_32.png
icon_32@2x.png
icon_128.png
icon_128@2x.png
icon_256.png
icon_256@2x.png
icon_512.png
icon_512@2x.png
```