mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-02 14:28:59 +02:00
11 lines
516 B
Bash
11 lines
516 B
Bash
# Copy to .release.env (gitignored) and fill in. publish.sh sources it automatically.
|
|
# Apple notarization (macOS signing):
|
|
export APPLE_ID=you@example.com
|
|
export APPLE_APP_SPECIFIC_PASSWORD=xxxx-xxxx-xxxx-xxxx
|
|
export APPLE_TEAM_ID=Y26NUZH4NG
|
|
# castlabs EVS (Widevine VMP signing so Spotify/Netflix DRM plays). Without these the build fails at afterPack unless VMP_REQUIRE_SIGN=0.
|
|
export EVS_ACCOUNT_NAME=you@example.com
|
|
export EVS_PASSWD=your-evs-password
|
|
# Build both arches by default:
|
|
export OSW_BUILD_ARCH=both
|