From e016a63f7bfa9f80ad14c6c4ce21db2d26396556 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 8 Sep 2025 14:40:45 -0400 Subject: [PATCH] Lower maintenance burden: Drop assets that never result in feedback --- .github/workflows/RELEASE.HEAD.md | 2 -- .github/workflows/main.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/RELEASE.HEAD.md b/.github/workflows/RELEASE.HEAD.md index 7e1671227..09d3a13bd 100644 --- a/.github/workflows/RELEASE.HEAD.md +++ b/.github/workflows/RELEASE.HEAD.md @@ -5,5 +5,3 @@ - **Firefox**: Signing pending uBO works best on Gecko-based browsers, check out [why](https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox). - **Chromium**: Install directly from the [Chrome Web Store](https://chromewebstore.google.com/detail/ublock-origin-development/cgbcahbpdhpcegmbfconppldiemgcoii). -- **Thunderbird**: Download [uBlock0_%version%.thunderbird.xpi](https://github.com/gorhill/uBlock/releases/download/%version%/uBlock0_%version%.thunderbird.xpi) and drag it into Thunderbird's _Add-ons Manager_ (requires Thunderbird 91+). -- **Node.js**: You can import from [npm](https://www.npmjs.com/package/@gorhill/ubo-core) or download and unzip [uBlock0_%version%.npm.tgz](https://github.com/gorhill/uBlock/releases/download/%version%/uBlock0_%version%.npm.tgz). diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23e5b3629..a661d3e53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,6 @@ jobs: run: | tools/make-chromium.sh ${{ env.VERSION }} tools/make-firefox.sh ${{ env.VERSION }} - tools/make-thunderbird.sh ${{ env.VERSION }} - name: Assemble release notes run: | > release.body.txt @@ -49,4 +48,3 @@ jobs: files: | dist/build/uBlock0_${{ env.VERSION }}.chromium.zip dist/build/uBlock0_${{ env.VERSION }}.firefox.xpi - dist/build/uBlock0_${{ env.VERSION }}.thunderbird.xpi