Automate publishing Android editor to Meta Horizon store (#138)

This commit is contained in:
David Snopek
2025-12-12 08:02:26 -06:00
committed by GitHub
parent 8a943c3f00
commit 7dca209db6
3 changed files with 66 additions and 1 deletions

View File

@@ -101,3 +101,6 @@ export GODOT_ANDROID_SIGN_PASSWORD=''
# Google Cloud Service Account JSON key with access to Play Console upload permissions
# (View app information + Release apps to production and/or testing.)
export GODOT_ANDROID_UPLOAD_JSON_KEY=''
# Horizon Store app ID and secret.
export GODOT_ANDROID_HORIZON_APP_ID=''
export GODOT_ANDROID_HORIZON_APP_SECRET=''