mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
* feat: ota release * chore: clean-up old binaries * fix: ota cli sub-commands, path fixes * chore: browseros server binary update * fix: add sparkle sign_update path as ENV * fix: CLOUDFLARE_API_TOKEN to env * fix: use same upload r2 module * feat: upload appcast is separate * feat: write sparkle sign in python * fix: handle appcast update * fix: add missing sparkle.py file * fix: remove redudant cli options in ota * chore: 0.0.37 macos signed release * chore: linux browseros server ota * fix: copy binaries to temp file and then sign
34 lines
719 B
Plaintext
34 lines
719 B
Plaintext
# Windows Code Signing
|
|
ESIGNER_USERNAME=
|
|
ESIGNER_PASSWORD=
|
|
# TOTP secret (QR code secret) for 2FA
|
|
ESIGNER_TOTP_SECRET=
|
|
ESIGNER_CREDENTIAL_ID=
|
|
CODE_SIGN_TOOL_PATH=C:/src/CodeSignTool-v1.3.2-windows
|
|
|
|
# macOS Code Signing
|
|
MACOS_CERTIFICATE_NAME=
|
|
PROD_MACOS_NOTARIZATION_APPLE_ID=
|
|
PROD_MACOS_NOTARIZATION_TEAM_ID=
|
|
PROD_MACOS_NOTARIZATION_PWD=
|
|
|
|
# Cloudflare R2
|
|
R2_ACCOUNT_ID=
|
|
R2_ACCESS_KEY_ID=
|
|
R2_SECRET_ACCESS_KEY=
|
|
CLOUDFLARE_API_TOKEN=
|
|
R2_BUCKET=browseros
|
|
R2_CDN_BASE_URL=http://cdn.browseros.com
|
|
|
|
# Slack Notifications
|
|
SLACK_WEBHOOK_URL=
|
|
|
|
# Sparkle Signing (macOS only)
|
|
SPARKLE_PRIVATE_KEY=
|
|
# Path to sign_update tool
|
|
SPARKLE_SIGN_UPDATE_PATH=
|
|
|
|
# Optional
|
|
# CHROMIUM_SRC=C:/src/chromium/src
|
|
# DEPOT_TOOLS_WIN_TOOLCHAIN=0
|