mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-08 02:11:24 +02:00
parent
04a2b4d248
commit
1d793c485e
8 changed files with 73 additions and 75 deletions
|
@ -17,7 +17,7 @@ cd Launcher
|
|||
./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:
|
||||
|
||||
|
@ -50,5 +50,5 @@ The [CI pipeline](https://github.com/jrpie/Launcher/actions) automatically creat
|
|||
|
||||
{{% hint warning %}}
|
||||
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 %}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue