Skip to content

Commit

Permalink
added app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasNewman committed Jul 31, 2019
1 parent d68ec21 commit 85e42a0
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,21 @@ To install the software, navitage to this repository's [releases](https://github

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

## Authors
## Contributors

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

## License

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

## Release History

- 0.2.2
- Added icon to application
- 0.1.2
- Fixed voice gender bug
- 0.1.1
- Updated custom-electron-titlebar
- 0.0.1
Expand Down
4 changes: 2 additions & 2 deletions app/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

new cet.Titlebar({
backgroundColor: cet.Color.fromHex('#37474f'),
overflow: 'hidden'
// icon: './images/icon.svg',
overflow: 'hidden',
icon: './icon.png'
// shadow: true
});
</script>
Expand Down
Binary file removed app/app.icns
Binary file not shown.
Binary file added app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multilang_tts",
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"version": "0.1.1",
"version": "0.2.2",
"main": "./app/main.prod.js",
"repository": "https://github.com/NicolasNewman/electron-boilerplate",
"author": "NicolasNewman <[email protected]>",
Expand All @@ -28,6 +28,7 @@
"app/app.html",
"app/main.prod.js",
"app/main.prod.js.map",
"app/icon.png",
"package.json"
],
"dmg": {
Expand Down
Binary file modified resources/icon.icns
Binary file not shown.
Binary file modified resources/icon.ico
Binary file not shown.
Binary file removed resources/icon.png
Binary file not shown.
Binary file removed resources/icons/1024x1024.png
Binary file not shown.
Binary file removed resources/icons/128x128.png
Binary file not shown.
Binary file removed resources/icons/16x16.png
Binary file not shown.
Binary file removed resources/icons/24x24.png
Binary file not shown.
Binary file removed resources/icons/256x256.png
Binary file not shown.
Binary file removed resources/icons/32x32.png
Binary file not shown.
Binary file removed resources/icons/48x48.png
Binary file not shown.
Binary file removed resources/icons/512x512.png
Binary file not shown.
Binary file removed resources/icons/64x64.png
Binary file not shown.
Binary file removed resources/icons/96x96.png
Binary file not shown.
Binary file added resources/icons/icon_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 resources/icons/icon_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 resources/icons/icon_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 resources/icons/icon_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 resources/icons/icon_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 resources/icons/icon_64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85e42a0

Please sign in to comment.