Skip to content

Commit

Permalink
Made title for selfbuilding bigger
Browse files Browse the repository at this point in the history
fixes #97
  • Loading branch information
MagicLike committed Mar 26, 2023
1 parent 68eb13a commit 33c5ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 33c5ece

Please sign in to comment.