From 33c5ece8cc1e590678d725f8504c1f03dea78f67 Mon Sep 17 00:00:00 2001 From: MagicLike Date: Sun, 26 Mar 2023 12:41:02 +0200 Subject: [PATCH] Made title for selfbuilding bigger fixes https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/97 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cb6ae56..a1037fc1 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Every step in the config file corresponds to one view in the application. These You can also use the `requirements` field in the yaml, to specify `firmware` or `android` version requirements. The user will then be prompted if these requirements are satisfied. -### How to build the application for your platform +## How to build the application for your platform The executables for the OpenAndroidInstaller are build with [pyinstaller](https://pyinstaller.org/en/stable/index.html). You can create builds for MacOS or Linux with `make build-app`. For Windows the paths need to be modified. For now, you can have a look [here](https://github.com/openandroidinstaller-dev/openandroidinstaller/blob/v0.1.2-alpha/.github/workflows/manual-build-windows.yml#L22) on how it's done.