Skip to content

Commit

Permalink
change owner reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaco committed Oct 18, 2018
1 parent bd8b292 commit 366c329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ This repo contains the **bare minimum code** to have an auto-updating Electron a

If you can't use GitHub, you can use other providers:

- [Complete electron-updater HTTP example](https://gist.github.com/iffy/0ff845e8e3f59dbe7eaf2bf24443f104)
- [Complete electron-updater HTTP example](https://gist.github.com/JLueke/0ff845e8e3f59dbe7eaf2bf24443f104)
- [Complete electron-updater from gitlab.com private repo example](https://gist.github.com/Slauta/5b2bcf9fa1f6f6a9443aa6b447bcae05)

**NOTE:** If you want to run through this whole process, you will need to fork this repo on GitHub and replace all instances of `iffy` with your GitHub username before doing the following steps.
**NOTE:** If you want to run through this whole process, you will need to fork this repo on GitHub and replace all instances of `JLueke` with your GitHub username before doing the following steps.

1. For macOS, you will need a code-signing certificate.

Expand All @@ -20,7 +20,7 @@ If you can't use GitHub, you can use other providers:
"build": {
"publish": [{
"provider": "github",
"owner": "iffy",
"owner": "JLueke",
"repo": "electron-updater-example"
}],
...
Expand Down Expand Up @@ -63,9 +63,9 @@ If you can't use GitHub, you can use other providers:
},
...

6. Release the release on GitHub by going to <https://github.com/iffy/electron-updater-example/releases>, editing the release and clicking "Publish release."
6. Release the release on GitHub by going to <https://github.com/JLueke/electron-updater-example/releases>, editing the release and clicking "Publish release."

7. Download and install the app from <https://github.com/iffy/electron-updater-example/releases>.
7. Download and install the app from <https://github.com/JLueke/electron-updater-example/releases>.

8. Update the version in `package.json`, commit and push to GitHub.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"electron-updater": "^3.1.2"
},
"build": {
"appId": "com.github.iffy.electronupdaterexample",
"appId": "com.github.JLueke.electronupdaterexample",
"mac": {
"category": "your.app.category.type",
"target": [
Expand Down

0 comments on commit 366c329

Please sign in to comment.