feat: new application icons
New icons for Windows and Linux and different icons for prereleases
@@ -36,7 +36,7 @@ const config = {
|
||||
linux: {
|
||||
category: "RolePlaying",
|
||||
executableName: "Optolith",
|
||||
icon: "app",
|
||||
icon: "src/assets/icon/AppList.targetsize-512.png",
|
||||
target: [
|
||||
{
|
||||
target: "AppImage",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 880 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 11 KiB |