Welcome to the repository for the Baseline App. The Baseline app is an Electron based application.
- MacOS (darwin)
Please head over to https://baseline.dev/download to download the latest release.
If you don't yet have access to Baseline, please head over to https://baseline.dev and request an invite.
Simply download the application and move it to your applications folder.
- Create a file called
electron-builder.envand add the following contents:
CSC_IDENTITY_AUTO_DISCOVERY=false
GH_TOKEN=GITHUB_TOKEN
CSC_NAME=DEVELOPER_IDENTITY
APPLEID=DEVELOPER_ACCOUNT@EMAIL.COM
APPLEIDPASS=DEVELOPER_ACCOUNT_PASSWORD
You can then run npm run release to sign the application.