Aggiorna README.md
This commit is contained in:
parent
848ad5220e
commit
99c9f85eaf
1 changed files with 4 additions and 2 deletions
|
@ -111,6 +111,8 @@ Some users have expressed the wish to financially support the project. Thanks!
|
||||||
|
|
||||||
## Project Setup
|
## Project Setup
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
|
|
||||||
Before running or building the app, update the dependencies for the desired flavor:
|
Before running or building the app, update the dependencies for the desired flavor:
|
||||||
```
|
```
|
||||||
# scripts/apply_flavor_play.sh
|
# scripts/apply_flavor_play.sh
|
||||||
|
@ -118,11 +120,11 @@ Before running or building the app, update the dependencies for the desired flav
|
||||||
|
|
||||||
To build the project, create a file named `<app dir>/android/key.properties`. It should contain a reference to a keystore for app signing, and other necessary credentials. See [key_template.properties](https://github.com/deckerst/aves/blob/develop/android/key_template.properties) for the expected keys.
|
To build the project, create a file named `<app dir>/android/key.properties`. It should contain a reference to a keystore for app signing, and other necessary credentials. See [key_template.properties](https://github.com/deckerst/aves/blob/develop/android/key_template.properties) for the expected keys.
|
||||||
|
|
||||||
To run the app:
|
# To run the app:
|
||||||
```
|
```
|
||||||
# ./flutterw run -t lib/main_play.dart --flavor play
|
# ./flutterw run -t lib/main_play.dart --flavor play
|
||||||
```
|
```
|
||||||
To build the app:
|
#To build the app:
|
||||||
|
|
||||||
creare file con le tue credenziali file.keystore
|
creare file con le tue credenziali file.keystore
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue