|
|
@@ -20,4 +20,4 @@ To verify the downloaded APKs, the SHA256 fingerprint of the signing certificate
|
|
|
* Go to **CI/CD > Schedules** and create a daily pipeline.
|
|
|
* Edit `apps.yml` and add the apps you want in your repository.
|
|
|
* After the pipeline had run, the repository should be available at https://your_gitlab_username.gitlab.io/custom-repo/fdroid/repo.
|
|
|
-* To get the the certificate fingerprint to add the repository to F-Droid run `keytool -list -keystore keystore -alias repokey | grep SHA | cut -d' ' -f4 | tr -d ':'`
|
|
|
+* To get the the certificate fingerprint to add the repository to F-Droid run `keytool -list -keystore keystore.p12 -alias repokey | grep SHA | cut -d' ' -f4 | tr -d ':'`
|