Added icon packs.

This commit is contained in:
Patrick Fic
2020-10-14 23:48:46 -07:00
parent 6df242c34f
commit a4b52e19ac
12 changed files with 6 additions and 2 deletions

View File

@@ -78,13 +78,14 @@
"config": {
"forge": {
"packagerConfig": {
"icon": "src/icons/mac/icon.icns",
"name": "ImEX RPS"
},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "imexrps"
"name": "ImeXRPS"
}
},
{
@@ -95,7 +96,10 @@
},
{
"name": "@electron-forge/maker-deb",
"config": {}
"config": {
"name": "ImEX RPS",
"icon": "src/icons/mac/icon.icns"
}
},
{
"name": "@electron-forge/maker-rpm",

BIN
src/icons/mac/icon.icns Normal file

Binary file not shown.

BIN
src/icons/png/1024x1024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

BIN
src/icons/png/128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
src/icons/png/16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

BIN
src/icons/png/24x24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/icons/png/256x256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
src/icons/png/32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/icons/png/48x48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
src/icons/png/512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

BIN
src/icons/png/64x64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
src/icons/win/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 KiB