18 lines
516 B
Markdown
18 lines
516 B
Markdown
# Corresponding source
|
|
|
|
The corresponding source for Office Tools 0.2.0 is available at:
|
|
|
|
https://git.add-ideas.de/lotobo/office-tools/src/tag/v0.2.0
|
|
|
|
Build that tag with Node.js 22 and the exact `package-lock.json`:
|
|
|
|
```sh
|
|
npm ci
|
|
npm run release:artifact
|
|
```
|
|
|
|
No generated bundle is the preferred source form. No runtime code or document
|
|
content is loaded from a CDN. The production archive contains this source
|
|
identity, the licence, dependency inventory and third-party notices beside the
|
|
executable application.
|