chore: migrate PDF Tools to LocalToolBox

This commit is contained in:
2026-07-27 15:43:53 +02:00
parent b76886e3ec
commit a2b34572a9
11 changed files with 51 additions and 35 deletions

View File

@@ -40,7 +40,7 @@ if (sourceVersion !== packageJson.version) {
const manifest = {
$schema:
'https://git.add-ideas.de/zemion/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json',
'https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json',
schemaVersion: 1,
...definition,
version: packageJson.version,

View File

@@ -45,7 +45,7 @@ files['SOURCE.md'] = Buffer.from(
'',
`The source code corresponding to PDF Tools ${packageJson.version} is available at:`,
'',
`https://git.add-ideas.de/zemion/pdf-tools/src/tag/v${packageJson.version}`,
`https://git.add-ideas.de/lotobo/pdf-tools/src/tag/v${packageJson.version}`,
'',
'Third-party components remain available under the separate terms reproduced in LICENSES/.',
'',