Files
Compass/scripts/android_live_update.sh
MartinBraquet dca08a6d81 Clean
2025-12-15 10:49:21 +02:00

24 lines
587 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$0")"/..
yarn build-web-view
echo npx @capawesome/cli apps:bundles:create \
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
--channel default \
--commitMessage "$(git log -1 --pretty=format:"%s")" \
--commitRef $commitRef \
--commitSha $commitSha \
--path web/out
npx @capawesome/cli apps:bundles:create \
--app-id 969bc540-8077-492f-8403-b554bee5de50 \
--channel default \
--commitMessage "$(git log -1 --pretty=format:"%s")" \
--commitRef $commitRef \
--commitSha $commitSha \
--path web/out