From bce087fcce95d2296b5c396248a70e9574bbe4d4 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 28 Apr 2021 19:41:07 +0200 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8516319..1985c88 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,12 @@ No special configuration is required. Use the `lib/main_dev.dart` file as entryp ### Releases To make release builds, the application needs to be signed. Create a file named `key.properties` in the android directory with the following content: ``` -storePassword=store password -keyPassword=key password -keyAlias=key alias storeFile=path to keystore file +storePassword=store password +keyAlias=key alias +keyPassword=key password +forezKeyAlias=key alias +forezKeyPassword=key password ``` Use the `lib/main_online.dart` as entry point to the application.