Skip to content

Commit 7dfec75

Browse files
committed
Fix
1 parent 3fd2713 commit 7dfec75

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

android/capawesome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": 8
2+
"version": 9
33
}

scripts/android_live_update.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ cd "$(dirname "$0")"/..
66

77
yarn build-web-view
88

9+
echo npx @capawesome/cli apps:bundles:create \
10+
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
11+
--channel default \
12+
--commitMessage $commitMessage \
13+
--commitRef $commitRef \
14+
--commitSha $commitSha \
15+
--path web/out
16+
917
npx @capawesome/cli apps:bundles:create \
1018
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
1119
--channel default \

0 commit comments

Comments
 (0)