etcher/docs/PUBLISHING.md
Andrew Scheller bcada80def docs: revise PUBLISHING.md
- Fix typos.
- Add Windows to package instructions.
2016-10-26 13:20:08 -04:00

1.5 KiB

Publishing Etcher

This is a small guide to package and publish Etcher to all supported operating systems.

Signing

OS X

  1. Get our Apple Developer ID certificate for signing applications distributed outside the Mac App Store from the Resin.io Apple account.

  2. Install the Developer ID certificate to your Mac's Keychain by double clicking on the certificate file.

The application will be signed automatically using this certificate when packaging for OS X.

Windows

  1. Get access to our code signing certificate and decryption key as a Resin.io employee by asking for it from the relevant people.

  2. Place the certificate in the root of the Etcher repository naming it certificate.p12.

Packaging

The resulting installers will be saved to etcher-release/installers.

OS X

Run the following command:

$ ./scripts/build/darwin.sh all

GNU/Linux

Run the following command:

$ ./scripts/build/linux.sh all <x64|x86>

Windows

Run the following command:

> .\scripts\build\windows.bat all <x64|x86>

Publishing

Make sure you have the AWS CLI tool installed and configured to access Resin.io's production downloads S3 bucket.

The publishing script only runs on UNIX based operating systems for now. You can use something like Cygwin to run it on Windows.

Run the following command:

./scripts/publish.sh <file>