fix: icon deformed

This commit is contained in:
scarqin 2022-04-20 20:49:11 +08:00
parent cc823d1e81
commit f7b42d63cf
10 changed files with 6 additions and 4 deletions

0
.bash_profile Normal file
View File

View File

@ -1,5 +1,5 @@
{
"asar": false,
"asar": true,
"directories": {
"output": "release/"
},
@ -36,7 +36,7 @@
},
"mac": {
"icon": "src/app/common/images/512x512.png",
"target": ["dmg"]
"target": ["default"]
},
"linux": {
"icon": "src/app/common/images/",

View File

@ -1,7 +1,10 @@
{
"name": "eoapi",
"version": "0.0.1",
"version": "0.0.2-beta",
"main": "src/app/electron-main/main.js",
"description": "A lightweight, extensible API tool",
"homepage": "https://github.com/eolinker/eoapi.git",
"author": "eoapi",
"private": true,
"scripts": {
"postinstall": "npm-run-all --serial install:* build:app",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -3,7 +3,6 @@
"version": "0.0.1",
"private": true,
"description": "API Manager",
"homepage": "https://github.com/eolinker/eoapi.git",
"author": "eoapi",
"moduleID": "default",
"moduleName": "API Manager",