Skip to content

Commit

Permalink
Merge pull request #130 from xcffl/fix-linux-icon
Browse files Browse the repository at this point in the history
Fix icon and desktop entry on Linux
  • Loading branch information
yang991178 authored Dec 8, 2020
2 parents 5c53a90 + 708bde9 commit cdab81f
Show file tree
Hide file tree
Showing 9 changed files with 258 additions and 259 deletions.
Binary file added build/icons/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 added build/icons/16x16.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 added build/icons/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 added build/icons/32x32.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 added build/icons/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 added build/icons/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 added build/icons/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
511 changes: 254 additions & 257 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@
"linux": {
"target": [
"AppImage"
]
],
"icon": "build/icons",
"category": "Utility"
}
},
"devDependencies": {
Expand All @@ -99,7 +101,7 @@
"@types/react-redux": "^7.1.9",
"@yang991178/rss-parser": "^3.8.1",
"electron": "^11.0.3",
"electron-builder": "^22.7.0",
"electron-builder": "^22.9.1",
"electron-react-devtools": "^0.5.3",
"electron-store": "^5.2.0",
"electron-window-state": "^5.0.3",
Expand Down

0 comments on commit cdab81f

Please sign in to comment.