This is a simple electron project that contains electron-builder setup and electron notarize script to allow users install the app.
- Clone this repo using
git clone https://github.com/mohamedsamara/electron-publish-artifacts.git
- Move to the directory:
cd <PROJECT_NAME>
. - Run
yarn install
in order to install dependencies.
export APPLE_ID="<Your Apple ID>"
export APPLE_ID_PASSWORD="<Your App Specific Password>"
export APPLE_TEAM_ID="<Your Apple Team ID>"
export GH_TOKEN="<YOUR_TOKEN_HERE>"