etcher/docs/PUBLISHING.md
Juan Cruz Viotti a4e3359a96 doc: extract development setup docs into RUNNING-LOCALLY.md (#667)
This file will contain all information necessary to be able to get a
development version of Etcher running locally.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
2016-08-26 15:48:17 -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 to 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.

Run the following command:

$ ./scripts/build/darwin.sh all

GNU/Linux

Run the following command:

$ ./scripts/build/linux.sh 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>