Files
privacy-tools/SOURCE.md
T
2026-09-01 02:39:44 +02:00

24 lines
831 B
Markdown

# Corresponding source
The corresponding source for Privacy Tools 0.1.0 is published at:
https://git.add-ideas.de/lotobo/privacy-tools/src/tag/v0.1.0
Build with Node.js 22 and npm 11:
```sh
npm ci
npm run release:artifact
```
The release command performs all source, test, browser, manifest, and Toolbox
checks before assembling the deterministic static ZIP. The artifact includes
this file, the GPL licence, project documentation, and the runtime dependency
licence texts generated from the exact lockfile.
ExifReader 4.44.0 is unmodified MPL-2.0 covered software within the bundled
application. Its preferred source form is available from the exact npm package
and upstream release identified in `package-lock.json` and
`THIRD_PARTY_NOTICES.md`; its MPL licence text is included in the generated
runtime licence inventory.