mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
Updated fastlane, added bundle generations for play store
This commit is contained in:
parent
ec178e393d
commit
b239bab852
3 changed files with 7 additions and 2 deletions
|
@ -16,13 +16,16 @@ Break colourful bricks, catch bouncing coins and select powerful upgrades !
|
|||
# Changelog
|
||||
|
||||
## To do
|
||||
- redo video
|
||||
- review fastlane text
|
||||
- translate presentation texts to french
|
||||
- use fastlane for play store
|
||||
- tauri
|
||||
|
||||
## Done
|
||||
|
||||
- publish 29062687 on play store
|
||||
- redo video
|
||||
- review fastlane text
|
||||
|
||||
## 29062687
|
||||
|
||||
- "Miss warning" option is now on by default (ball's particles are red if catching it would be a "miss")
|
||||
|
|
2
build.sh
2
build.sh
|
@ -22,6 +22,8 @@ set -x
|
|||
# clear output folders first, so that they are empty for failed builds
|
||||
rm -rf ./build/*
|
||||
rm -rf ./app/src/main/assets/*
|
||||
rm -rf ./app/build/outputs/apk/release/
|
||||
rm -rf ./app/build/outputs/bundle/release/
|
||||
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 185 KiB |
Loading…
Add table
Add a link
Reference in a new issue