flutter: Add key.properties.example

This commit is contained in:
Calcitem 2021-03-16 00:17:14 +08:00
parent 7da64fc512
commit 2e836fc9fd
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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>