Skip to content

Commit 154dd56

Browse files
committed
README.md: Update link to code-signing doc
1 parent d49da8b commit 154dd56

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ If you can't use GitHub, you can use other providers:
88
**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.
99

1010
1. For macOS, you will need a code-signing certificate.
11-
12-
Install Xcode (from the App Store), then follow [these instructions](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html#//apple_ref/doc/uid/TP40012582-CH31-SW6) to make sure you have a "Mac Developer" certificate. If you'd like to export the certificate (for automated building, for instance) [you can](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html#//apple_ref/doc/uid/TP40012582-CH31-SW7). You would then follow [these instructions](https://github.com/electron-userland/electron-builder/wiki/Code-Signing).
11+
12+
Install Xcode (from the App Store), then follow [these instructions](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html#//apple_ref/doc/uid/TP40012582-CH31-SW6) to make sure you have a "Mac Developer" certificate. If you'd like to export the certificate (for automated building, for instance) [you can](https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html#//apple_ref/doc/uid/TP40012582-CH31-SW7). You would then follow [these instructions](https://www.electron.build/code-signing).
1313

1414
2. Adjust `package.json` if needed.
1515

@@ -30,12 +30,12 @@ If you can't use GitHub, you can use other providers:
3030
3. Install necessary dependencies with:
3131

3232
yarn
33-
33+
3434
or
35-
35+
3636
npm install
3737

38-
4. Generate a GitHub access token by going to <https://github.com/settings/tokens/new>. The access token should have the `repo` scope/permission. Once you have the token, assign it to an environment variable
38+
4. Generate a GitHub access token by going to <https://github.com/settings/tokens/new>. The access token should have the `repo` scope/permission. Once you have the token, assign it to an environment variable
3939

4040
On macOS/linux:
4141

@@ -62,7 +62,7 @@ If you can't use GitHub, you can use other providers:
6262
"publish": "build --mac --win -p always"
6363
},
6464
...
65-
65+
6666
6. Release the release on GitHub by going to <https://github.com/iffy/electron-updater-example/releases>, editing the release and clicking "Publish release."
6767

6868
7. Download and install the app from <https://github.com/iffy/electron-updater-example/releases>.
@@ -72,4 +72,3 @@ If you can't use GitHub, you can use other providers:
7272
9. Do steps 5 and 6 again.
7373

7474
10. Open the installed version of the app and see that it updates itself.
75-

0 commit comments

Comments
 (0)