Update addons location
This commit is contained in:
parent
eb3469abf9
commit
4498cc95f6
3 changed files with 117 additions and 13 deletions
|
|
@ -54,7 +54,7 @@ export const createZPM = async ({ name, displayName, version }: Record<string, s
|
|||
files
|
||||
}
|
||||
const pkg = JSON.stringify(skeleton, null, 2);
|
||||
await fs.writeFile(`../../docker/zammad/auto_install/${name}-v${version}.zpm`, pkg, 'utf-8');
|
||||
await fs.writeFile(`../../docker/zammad/addons/${name}-v${version}.zpm`, pkg, 'utf-8');
|
||||
}
|
||||
|
||||
const main = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue