Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohamedsamara/electron-publish-artifacts

Electron Publish & Notarize App
https://github.com/mohamedsamara/electron-publish-artifacts

electron mac notarize

Last synced: 15 days ago
JSON representation

Electron Publish & Notarize App

Awesome Lists containing this project

README

        

# Electron Publish Artifacts

## Description

This is a simple electron project that contains electron-builder setup and electron notarize script to allow users install the app.

## Tools

* [Electron Builder](https://www.electron.build)
* [Notarize](https://github.com/electron/notarize)

## Quick start

1. Clone this repo using `git clone https://github.com/mohamedsamara/electron-publish-artifacts.git`
2. Move to the directory: `cd `.

3. Run `yarn install` in order to install dependencies.

## Notarize

```
export APPLE_ID=""
export APPLE_ID_PASSWORD=""
export APPLE_TEAM_ID=""
export GH_TOKEN=""
```