Skip to content

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Jun 07:20
9bb1527
Update Google OAuth client id to the new desktop client (#9)

The previously baked-in Google client id was replaced with the new
desktop OAuth client id from Google Cloud Console. This is the single
source of truth that feeds generatePeboBuildConfig -> GOOGLE_CLIENT_ID,
so the shipped app now points at the new client. Client ids are public
identifiers (safe to commit); the client secret is still injected only
at release-build time and never committed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>