forked from MapComplete/MapComplete
Chore: translation fix
This commit is contained in:
parent
b433448eb1
commit
daaa58885d
5 changed files with 22 additions and 1 deletions
9
scripts/createPlayStoreBundle.sh
Normal file
9
scripts/createPlayStoreBundle.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
npm run clean:deep
|
||||
npm run prep:layeroverview
|
||||
npm run generate:layeroverview -- --exclude-labels=nsfw --print-needed-assets
|
||||
./scripts/prepareAndroid.sh
|
||||
cd android
|
||||
./gradlew bundleRelease
|
||||
echo "Bundle should be available at android/app/build/outputs/"
|
Loading…
Add table
Add a link
Reference in a new issue