fix grammar

This commit is contained in:
Luke Wass 2025-05-27 14:27:50 -05:00 committed by GitHub
parent 15d36eeff4
commit 321a7efaca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ cd Launcher
./gradlew assembleDefaultRelease ./gradlew assembleDefaultRelease
``` ```
This will create an apk file at `app/build/outputs/apk/default/release/app-default-release-unsigned.apk`. This will create an APK file at `app/build/outputs/apk/default/release/app-default-release-unsigned.apk`.
Note that you need to sign it: Note that you need to sign it:
@ -50,5 +50,5 @@ The [CI pipeline](https://github.com/jrpie/Launcher/actions) automatically creat
{{% hint warning %}} {{% hint warning %}}
Note: These builds are not signed. Note: These builds are not signed.
They are in built in debug mode and only suitable for testing. They are built in debug mode and are only suitable for testing.
{{% /hint %}} {{% /hint %}}