diff --git a/deploy.js b/deploy.js index c3b5716..79e6ac3 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','login.php'].forEach(e => { + ['config.xml', 'api.php', 'linuxdo.php','login.php','gameEui.json'].forEach(e => { const file = fs.readFileSync(e) tar.file(e, file); })