flutter: Add key.properties.example
This commit is contained in:
parent
7da64fc512
commit
2e836fc9fd
|
@ -47,7 +47,7 @@ Use Qt Creator to open `millgame.pro` , or use Visual Studio to open `millgame.s
|
|||
|
||||
### Flutter App
|
||||
|
||||
Run `./flutter-init.sh` , and then use Android Studio or Visual Studio Code to open `src/ui/flutter_app` to build Flutter App.
|
||||
Run `./flutter-init.sh` , copy `src/ui/flutter_app/android/key.properties.example` to `src/ui/flutter_app/android/key.properties`, modify it, and then use Android Studio or Visual Studio Code to open `src/ui/flutter_app` to build Flutter App.
|
||||
|
||||
## Understanding the code base and participating in the project
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
storePassword=<password from previous step>
|
||||
keyPassword=<password from previous step>
|
||||
keyAlias=key
|
||||
storeFile=<location of the key store file, e.g. /Users/<user name>/key.jks>
|
Loading…
Reference in New Issue