From c4f602efe77202d0da59f10769b210c5cfb5b280 Mon Sep 17 00:00:00 2001 From: uncenter Date: Fri, 19 Dec 2025 17:02:57 -0500 Subject: [PATCH] chore: remove edge publishing (#244) --- .github/workflows/release-please.yml | 6 +----- README.md | 9 +++------ 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3c954e1..892dc6f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -53,7 +53,7 @@ jobs: run: gh release upload ${{ needs.release-please.outputs.tag_name }} dist/*.zip - name: Submit to stores - run: pnpm wxt submit --chrome-zip dist/*-chrome.zip --firefox-zip dist/*-firefox.zip --firefox-sources-zip dist/*-sources.zip --edge-zip dist/*-chrome.zip + run: pnpm wxt submit --chrome-zip dist/*-chrome.zip --firefox-zip dist/*-firefox.zip --firefox-sources-zip dist/*-sources.zip env: CHROME_EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }} CHROME_CLIENT_ID: ${{ secrets.CHROME_CLIENT_ID }} @@ -63,7 +63,3 @@ jobs: FIREFOX_JWT_ISSUER: ${{ secrets.FIREFOX_JWT_ISSUER }} FIREFOX_JWT_SECRET: ${{ secrets.FIREFOX_JWT_SECRET }} FIREFOX_CHANNEL: listed - EDGE_PRODUCT_ID: ${{ secrets.EDGE_PRODUCT_ID }} - EDGE_CLIENT_ID: ${{ secrets.EDGE_CLIENT_ID }} - EDGE_API_KEY: ${{ secrets.EDGE_PUBLISH_API_KEY }} - EDGE_SKIP_SUBMIT_REVIEW: false diff --git a/README.md b/README.md index b1efebe..4742f20 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,10 @@ Applies Catppuccin-themed code/file icons to file explorers on the following sit ### Marketplace -The extension is available on the Chrome Web Store, Firefox Add-ons, and Microsoft Edge Add-ons extension stores. Click on your browser's badge below to install. +The extension is available on the [Chrome Web Store](https://chromewebstore.google.com/detail/catppuccin-for-web-file-e/lnjaiaapbakfhlbjenjkhffcdpoompki) and through [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/catppuccin-web-file-icons/). -

- - - -

+> [!NOTE] +> The Microsoft Edge Add-ons extension store is no longer supported (past v1.5.0). Please switch to the Chrome Web Store instead. ### Manual