fix: icon deformed
0
.bash_profile
Normal 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/",
|
||||
|
@ -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",
|
||||
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 7.9 KiB |
@ -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",
|
||||
|