This commit is contained in:
Jan Prochazka 2021-01-07 16:41:03 +01:00
parent dda52e6067
commit 89ea95ef45

View File

@ -4,7 +4,7 @@ const packageJson = fs.readFileSync('app/package.json', { encoding: 'utf-8' });
const json = JSON.parse(packageJson);
const { version } = json;
const template = fs.readFileSync('app/dbgate-pad-template.xml');
const template = fs.readFileSync('app/dbgate-pad-template.xml', { encoding: 'utf-8' });
const date = new Date();
let size = 0;