Update addons location

This commit is contained in:
Darren Clarke 2023-05-16 10:34:05 +00:00
parent eb3469abf9
commit 4498cc95f6
3 changed files with 117 additions and 13 deletions

View file

@ -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 () => {