diff --git a/deploy.js b/deploy.js index a634a60..c3b5716 100644 --- a/deploy.js +++ b/deploy.js @@ -4,7 +4,7 @@ const zip = require("./zip.js") const start = () => { zip.start().then(() => { const tar = new JSZip(); - ['config.xml', 'api.php', 'linuxdo.php'].forEach(e => { + ['config.xml', 'api.php', 'linuxdo.php','login.php'].forEach(e => { const file = fs.readFileSync(e) tar.file(e, file); })