abreitf

Results 2 comments of abreitf

Since the artifact is not downloadable anymore, a working WebExtension for Thunderbird 102.2.0 can be built from tree https://github.com/thsmi/sieve and @thsmi's commit https://github.com/thsmi/sieve/pull/768/commits/e827edcd8b0a1fdaf1f4134b0490f1c4629c79f1 . I run the following generic steps...

Get latest npm from https://nodejs.org/en/blog/release/ , for example node-v19.1.0-linux-x64.tar.xz tar xf node-v19.1.0-linux-x64.tar.xz export PATH=$(pwd)/node-v19.1.0-linux-x64/bin:$PATH npm config set cache $(pwd)/node/cache --global git clone https://github.com/thsmi/sieve cd sieve git checkout 763-does-not-work-with-thunderbird-102-b1 npm install...