Skip to content

Commit

Permalink
fix: icon deformed
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Apr 20, 2022
1 parent cc823d1 commit f7b42d6
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 4 deletions.
Empty file added .bash_profile
Empty file.
4 changes: 2 additions & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"asar": false,
"asar": true,
"directories": {
"output": "release/"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"mac": {
"icon": "src/app/common/images/512x512.png",
"target": ["dmg"]
"target": ["default"]
},
"linux": {
"icon": "src/app/common/images/",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file modified src/app/common/images/1024x1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/common/images/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/common/images/256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/common/images/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/common/images/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/common/images/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/core/api-manager/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f7b42d6

Please sign in to comment.