Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
docs: add note on Apple certs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolovim authored Jun 11, 2019
1 parent 881451c commit 12f82f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ If you include a new top-level file to be distributed with the application, it m

`yarn build` will package up the app, with installers for each OS, and output them into a `release` directory.

Note: on macOS, you'll get a warning if you don't sign the package with an Apple developer certificate, which happens within the `yarn build` step. See this [tutorial](https://9to5mac.com/2016/03/27/how-to-create-free-apple-developer-account-sideload-apps/) if you need help getting set up with a free account. A `Mac Development` certificate will suffice for local testing.

### Preparing a release (via CI)

1. **Update the version number** of the release in `package.json`.
Expand Down

0 comments on commit 12f82f7

Please sign in to comment.