Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohamedsamara/electron-publish-artifacts
- Owner: mohamedsamara
- License: mit
- Created: 2023-10-27T01:42:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T00:08:16.000Z (about 1 year ago)
- Last Synced: 2024-11-09T05:42:28.633Z (2 months ago)
- Topics: electron, mac, notarize
- Language: TypeScript
- Homepage:
- Size: 728 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=""
```