Skip to content

Commit 85e42a0

Browse files
committed
added app icon
1 parent d68ec21 commit 85e42a0

24 files changed

+10
-4
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,21 @@ To install the software, navitage to this repository's [releases](https://github
5454

5555
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
5656

57-
## Authors
57+
## Contributors
5858

5959
- **Nicolas Newman** - _Creator_ - [NicolasNewman](https://github.com/NicolasNewman)
60+
- **smashicons, freepik, and pixel-perfect** - _Vector image providers_ - [Flaticon](https://flaticon.com)
6061

6162
## License
6263

6364
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
6465

6566
## Release History
6667

68+
- 0.2.2
69+
- Added icon to application
70+
- 0.1.2
71+
- Fixed voice gender bug
6772
- 0.1.1
6873
- Updated custom-electron-titlebar
6974
- 0.0.1

app/app.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
new cet.Titlebar({
5151
backgroundColor: cet.Color.fromHex('#37474f'),
52-
overflow: 'hidden'
53-
// icon: './images/icon.svg',
52+
overflow: 'hidden',
53+
icon: './icon.png'
5454
// shadow: true
5555
});
5656
</script>

app/app.icns

-558 KB
Binary file not shown.

app/icon.png

27.5 KB
Loading

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multilang_tts",
33
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
4-
"version": "0.1.1",
4+
"version": "0.2.2",
55
"main": "./app/main.prod.js",
66
"repository": "https://github.com/NicolasNewman/electron-boilerplate",
77
"author": "NicolasNewman <nnewman316@gmail.com>",
@@ -28,6 +28,7 @@
2828
"app/app.html",
2929
"app/main.prod.js",
3030
"app/main.prod.js.map",
31+
"app/icon.png",
3132
"package.json"
3233
],
3334
"dmg": {

resources/icon.icns

-29.6 KB
Binary file not shown.

resources/icon.ico

-238 KB
Binary file not shown.

resources/icon.png

-31.7 KB
Binary file not shown.

resources/icons/1024x1024.png

-156 KB
Binary file not shown.

resources/icons/128x128.png

-17.2 KB
Binary file not shown.

resources/icons/16x16.png

-954 Bytes
Binary file not shown.

resources/icons/24x24.png

-1.86 KB
Binary file not shown.

resources/icons/256x256.png

-31.7 KB
Binary file not shown.

resources/icons/32x32.png

-1.97 KB
Binary file not shown.

resources/icons/48x48.png

-5.04 KB
Binary file not shown.

resources/icons/512x512.png

-77.4 KB
Binary file not shown.

resources/icons/64x64.png

-7.28 KB
Binary file not shown.

resources/icons/96x96.png

-12.2 KB
Binary file not shown.

resources/icons/icon_128x128.png

13.9 KB
Loading

resources/icons/icon_16x16.png

940 Bytes
Loading

resources/icons/icon_256x256.png

27.5 KB
Loading

resources/icons/icon_32x32.png

2.56 KB
Loading

resources/icons/icon_512x512.png

30.2 KB
Loading

resources/icons/icon_64x64.png

6.45 KB
Loading

0 commit comments

Comments
 (0)