Sfoglia il codice sorgente

fix docs showing wrong apk path

Up 2 anni fa
parent
commit
4cfc64e528
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/develop.md

+ 1 - 1
docs/develop.md

@@ -363,7 +363,7 @@ To build your own version with Firebase, you must:
 * And change `app_base_url` in [values.xml](https://github.com/binwiederhier/ntfy-android/blob/main/app/src/main/res/values/values.xml)
 * And change `app_base_url` in [values.xml](https://github.com/binwiederhier/ntfy-android/blob/main/app/src/main/res/values/values.xml)
 * Then run:
 * Then run:
 ```
 ```
-# To build an unsigned .apk (app/build/outputs/apk/play/*.apk)
+# To build an unsigned .apk (app/build/outputs/apk/play/release/*.apk)
 ./gradlew assemblePlayRelease
 ./gradlew assemblePlayRelease
 
 
 # To build a bundle .aab (app/play/release/*.aab)
 # To build a bundle .aab (app/play/release/*.aab)