diff --git a/appveyor.yml b/appveyor.yml index 5b7399fb4..cedba3b64 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -86,7 +86,8 @@ build_script: cd .. rm -rf temp/fdroid/archive mv -v temp/fdroid ../dist - cp fdroid/index.html ../dist/fdroid + cd fdroid + cp index.html btn.png qr.png ../../dist/fdroid cd $APPVEYOR_BUILD_FOLDER #fi - ps: | diff --git a/store/fdroid/btn.png b/store/fdroid/btn.png new file mode 100644 index 000000000..afa603cf6 Binary files /dev/null and b/store/fdroid/btn.png differ diff --git a/store/fdroid/index.html b/store/fdroid/index.html index 291ecfca4..847cae4bb 100644 --- a/store/fdroid/index.html +++ b/store/fdroid/index.html @@ -7,20 +7,30 @@ Bitwarden on F-Droid - - + - -

F-Droid Repo

- - - - + +

Bitwarden on F-Droid

+

+ + + +

+

+ + + +

+

Instructions

+
    +
  1. Install the F-Droid client app.
  2. +
  3. Click the button or scan the QR code above.
  4. +
  5. Add the Bitwarden repository to the F-Droid client app.
  6. +
  7. Refresh your F-Droid client app Categories tab.
  8. +
  9. Install Bitwarden from the F-Droid client app listing.
  10. +
\ No newline at end of file diff --git a/store/fdroid/qr.png b/store/fdroid/qr.png new file mode 100644 index 000000000..10f72f9f9 Binary files /dev/null and b/store/fdroid/qr.png differ