2024 compatible
This commit is contained in:
+2
-1
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user