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
+1 -1
View File
@@ -36,7 +36,7 @@ const config = {
linux: {
category: "RolePlaying",
executableName: "Optolith",
icon: "app",
icon: "src/assets/icon/AppList.targetsize-512.png",
target: [
{
target: "AppImage",
+3 -3
View File
@@ -26,7 +26,7 @@ const config = {
]
}
],
icon: "src/assets/icon/icon.ico",
icon: "src/assets/icon/AppList.targetsize-512.pre.png",
artifactName: "OptolithInsiderSetup_${version}.${ext}"
},
nsis: {
@@ -37,7 +37,7 @@ const config = {
linux: {
category: "RolePlaying",
executableName: "OptolithInsider",
icon: "app",
icon: "src/assets/icon/icon.pre.png",
target: [
{
target: "AppImage",
@@ -57,7 +57,7 @@ const config = {
mac: {
category: "public.app-category.role-playing-games",
type: "distribution",
icon: "src/assets/icon/AppIcon.icns",
icon: "src/assets/icon/AppIcon.pre.icns",
target: [
{
target: "default",
+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
```
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 880 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB