Skip to content

Commit

Permalink
Added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gafert committed Jan 31, 2021
1 parent 8f414ec commit cd45298
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 7 deletions.
Binary file added build/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 added build/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/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/24x24.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/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/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/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/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/64x64.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/icon.icns
Binary file not shown.
Binary file added build/icon.ico
Binary file not shown.
6 changes: 0 additions & 6 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,21 @@
"directories": {
"output": "release/"
},
"extraResources": [
"binaries/"
],
"files": [
"./dist/**/*",
"main.js"
],
"win": {
"icon": "dist/main_renderer",
"target": [
"portable"
]
},
"mac": {
"icon": "dist/main_renderer",
"target": [
"dmg"
]
},
"linux": {
"icon": "dist/main_renderer",
"target": [
"AppImage"
]
Expand Down
Binary file removed main_renderer/favicon.256x256.png
Binary file not shown.
Binary file removed main_renderer/favicon.512x512.png
Binary file not shown.
Binary file removed main_renderer/favicon.icns
Binary file not shown.
Binary file removed main_renderer/favicon.ico
Binary file not shown.
Binary file removed main_renderer/favicon.png
Binary file not shown.
1 change: 0 additions & 1 deletion main_renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<base href="">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
Expand Down

0 comments on commit cd45298

Please sign in to comment.