update electron to v43
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s

This commit is contained in:
olcxja 2026-07-09 22:38:33 +02:00
commit fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions

View file

@ -1,12 +1,11 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.reactCra = void 0;
exports.reactCra = reactCra;
const builder_util_1 = require("builder-util");
const fs_1 = require("builder-util/out/fs");
const path = require("path");
/** @internal */
async function reactCra(projectDir) {
if ((await fs_1.statOrNull(path.join(projectDir, "public", "electron.js"))) == null) {
if ((await (0, builder_util_1.statOrNull)(path.join(projectDir, "public", "electron.js"))) == null) {
// noinspection SpellCheckingInspection
builder_util_1.log.warn("public/electron.js not found. Please see https://medium.com/@kitze/%EF%B8%8F-from-react-to-an-electron-app-ready-for-production-a0468ecb1da3");
}
@ -20,5 +19,4 @@ async function reactCra(projectDir) {
},
};
}
exports.reactCra = reactCra;
//# sourceMappingURL=rectCra.js.map