Skip to content

Commit 64da2a1

Browse files
committed
Logo and Description Changes
1 parent c05ff6f commit 64da2a1

14 files changed

Lines changed: 26 additions & 7 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9+
- Application Icon
10+
- Logo in `README.md`
911
### Changed
12+
- Favicon
13+
- Meta Description
14+
- Icons in web manifest
1015
### Deprecated
1116
### Removed
1217
### Fixed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
<p align="center">
2+
<img height="300" src="./electron-builder-assets/icon.png" />
3+
</p>
4+
15
# simple-timer
26
A really simple timer with customizable logo and heading

electron-builder-assets/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# :file_folder: `electron-builder-assets`
2+
Resources for the `electron-builder`:
3+
- Application icons
4+
- Installer backgrounds
5+
- ...

electron-builder-assets/icon.png

41.7 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-timer",
33
"author": "fliegwerk",
4-
"description": "A simple timer app.",
4+
"description": "A really simple timer with customizable logo and heading",
55
"version": "0.4.0",
66
"private": true,
77
"homepage": "./",
@@ -56,7 +56,7 @@
5656
"node_modules/**/*"
5757
],
5858
"directories": {
59-
"buildResources": "assets"
59+
"buildResources": "electron-builder-assets"
6060
},
6161
"win": {
6262
"target": [

public/android-chrome-192x192.png

2.73 KB
Loading

public/android-chrome-512x512.png

11.9 KB
Loading

public/apple-touch-icon.png

2.45 KB
Loading

public/favicon-16x16.png

269 Bytes
Loading

public/favicon-32x32.png

424 Bytes
Loading

0 commit comments

Comments
 (0)