diff --git a/.github/workflows/flatpak-repo.yml b/.github/workflows/flatpak-repo.yml index 29791c9..f77eb81 100644 --- a/.github/workflows/flatpak-repo.yml +++ b/.github/workflows/flatpak-repo.yml @@ -241,21 +241,3 @@ jobs: echo "::error::Failed to push appdata.xml to gh-pages branch" exit 1 fi - - - name: Export Public Key - run: | - cd flatpak-repo - # Export the public key in ASCII armor format - gpg --armor --export ${{ secrets.GPG_KEY_ID }} > futr.gpg - git add futr.gpg - - - name: Commit GPG key - run: | - cd flatpak-repo - if ! git commit -m "Update GPG public key"; then - echo "::warning::No changes to GPG key" - fi - if ! git push origin gh-pages; then - echo "::error::Failed to push GPG key to gh-pages branch" - exit 1 - fi diff --git a/README.md b/README.md index a37feb6..2b6b969 100755 --- a/README.md +++ b/README.md @@ -12,23 +12,17 @@ Install via Flatpak: #### Stable Release -First, import the repository signing key: - -```bash -curl -fsSL https://flatpak.futrnostr.com/futr.gpg | gpg --import -``` - Then add the repository and install: ```bash -flatpak remote-add --if-not-exists futr-stable https://flatpak.futrnostr.com/futr-stable -flatpak install futr-stable com.futrnostr.futr +flatpak remote-add --if-not-exists futr-stable https://flatpak.futrnostr.com/futr-stable.flatpakrepo +flatpak install com.futrnostr.futr ``` #### Development Builds ```bash -flatpak remote-add --if-not-exists futr-continuous https://flatpak.futrnostr.com/repo-continuous +flatpak remote-add --if-not-exists futr-continuous https://flatpak.futrnostr.com/futr-continuous.flatpakrepo flatpak install com.futrnostr.futr ```