Add CD for android live update

This commit is contained in:
MartinBraquet
2025-12-14 23:05:23 +02:00
parent d699ceae38
commit 0d026d36d1
5 changed files with 85 additions and 0 deletions

15
scripts/android_live_update.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"/..
yarn build-web-view
npx @capawesome/cli apps:bundles:create \
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
--channel default \
--commit-message $(git log -1 --pretty=format:"%s") \
--commit-ref 'd699ceae3890f70a7bc66720bc980398f799a6e1' \
--commit-sha 'd699ceae3890f70a7bc66720bc980398f799a6e1' \
--path web/out