Skip to content

Commit 25fbddb

Browse files
committed
package name updated
1 parent e00b4f1 commit 25fbddb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ Include as many relevant details about the environment you experienced the bug i
5353
- Node version :
5454
- Version or Branch used :
5555
- Operating System and version [e.g. macOS 10.14 mojave]:
56-
- App Version [e.g. Electron-React-Redux Advanced Boilerplate-v1.0]:
56+
- App Version [e.g. Electron-React-Redux-Advanced-Boilerplate-v1.0]:
5757
- Link to your project :
5858

5959
**Attachments**
6060
Include if relevant,
6161
1. Open your Terminal and run the following code:
6262
```shell
63-
zip -r -X ~/Desktop/Electron-React-Redux Advanced Boilerplate-log.zip ~/.io.ganeshrvel/electron-react-redux-advanced-boilerplate/logs/
63+
zip -r -X ~/Desktop/Electron-React-Redux-Advanced-Boilerplate-log.zip ~/.io.ganeshrvel/electron-react-redux-advanced-boilerplate/logs/
6464
```
65-
2. Attach the file *Electron-React-Redux Advanced Boilerplate-log.zip* found in your Desktop folder here.
65+
2. Attach the file *Electron-React-Redux-Advanced-Boilerplate-log.zip* found in your Desktop folder here.
6666

6767
Or
6868

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ $ set UPGRADE_EXTENSIONS=1 && npm run dev
148148

149149
### More repos
150150
- [OpenMTP - Advanced Android File Transfer Application for macOS](https://github.com/ganeshrvel/openmtp "OpenMTP - Advanced Android File Transfer Application for macOS")
151-
- [Get the root path of an Electron Application](https://github.com/ganeshrvel/npm-electron-root-path "Get the root path of an Electron Application")
151+
- [electron-root-path](https://github.com/ganeshrvel/npm-electron-root-path "Get the root path of an Electron Application")
152152

153153
### Accolades and Credits
154154
- This boilerplate is a heavily modified fork of [https://github.com/chentsulin/electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate "https://github.com/chentsulin/electron-react-boilerplate")

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-react-redux-advanced-boilerplate",
3-
"productName": "Electron-React-Redux Advanced Boilerplate",
4-
"version": "2.0.1",
3+
"productName": "Electron-React-Redux-Advanced-Boilerplate",
4+
"version": "2.0.2",
55
"description": "Advanced and highly scalable boilerplate built using Electron v4, React v16, Redux v4, Webpack v4, Babel v7 {HMR, Loadables, Dynamic Reducer Injection, Selectors, Code splitting}",
66
"scripts": {
77
"build": "yarn lint && concurrently \"yarn build-main\" \"yarn build-renderer\"",
@@ -52,7 +52,7 @@
5252
"browserslist": "electron 4.0",
5353
"main": "./app/main.prod.js",
5454
"build": {
55-
"productName": "Electron-React-Redux Advanced Boilerplate",
55+
"productName": "Electron-React-Redux-Advanced-Boilerplate",
5656
"appId": "io.ganeshrvel.electron-react-redux-advanced-boilerplate",
5757
"forceCodeSigning": true,
5858
"copyright": "© Ganesh Rathinavel",
@@ -97,7 +97,7 @@
9797
"entitlements": "build/entitlements.mas.plist",
9898
"icon": "build/icon.icns",
9999
"binaries": [
100-
"dist/mas/Electron-React-Redux Advanced Boilerplate.app/Contents/Resources/bin/mtp-cli"
100+
"dist/mas/Electron-React-Redux-Advanced-Boilerplate.app/Contents/Resources/bin/mtp-cli"
101101
]
102102
},
103103
"dmg": {

0 commit comments

Comments
 (0)