Updated Contributing (markdown)
parent
de6ba6aa29
commit
4a3668108d
|
@ -48,6 +48,6 @@ They can be found at the top of `lib/main.dart`. `useHost` and `useModel` decide
|
|||
|
||||
But how do you create a custom build?
|
||||
|
||||
First, follow [the Flutter installation guide](https://docs.flutter.dev/get-started/install) by selecting Android as the first app type. Then follow [these steps](https://docs.flutter.dev/deployment/android#signing-the-app) till you have your custom `key.properties`. Place it into the `android` folder at the root of the project.
|
||||
First, follow the [Flutter Installation Guide](https://docs.flutter.dev/get-started/install) by selecting Android as the first app type. Then follow [these steps](https://docs.flutter.dev/deployment/android#signing-the-app) till you have your custom `key.properties`. Place it into the `android` folder at the root of the project.
|
||||
|
||||
Make sure dart is available as a command or added as the default program for `.dart`. Then execute `scripts/build.dart` and wait for it to finish processing. Then go to `build/.output`. There you'll find everything you need, the normal Android app and the experimental Windows build.
|
Loading…
Reference in New Issue