2024 compatible

This commit is contained in:
2025-07-04 17:25:50 +02:00
parent 9bb92371bc
commit c7e9bff5e2
11 changed files with 1838 additions and 17 deletions
+2 -1
View File
@@ -4,10 +4,11 @@ const exec = util.promisify(require("node:child_process").exec);
const readline = require("readline");
const outPath =
"./PackageSources/html_ui/Pages/VCockpit/Instruments/aircraft_efb/TFDi_MD11_efb";
"./PackageSources/html_ui/Pages/VCockpit/Instruments/aircraft_efb/KH_TFDi_MD11_efb";
fs.copyFileSync("./EFB/efb.js", `${outPath}/efb.js`);
fs.copyFileSync("./EFB/efb.html", `${outPath}/efb.html`);
fs.copyFileSync("./EFB/efb.css", `${outPath}/efb.css`);
console.log("Files transferred.");
exec("git apply ./EFB/efb-js.patch").then(({ stdout, stderr }) => {