LarpixClient/electron/node_modules/dmg-builder/out/licenseButtons.js
olcxja fb6c8b6ee9
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s
update electron to v43
2026-07-09 22:38:33 +02:00

12 lines
No EOL
586 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getLicenseButtonsFile = getLicenseButtonsFile;
const license_1 = require("app-builder-lib/out/util/license");
async function getLicenseButtonsFile(packager) {
return (0, license_1.getLicenseAssets)((await packager.resourceList).filter(it => {
const name = it.toLowerCase();
// noinspection SpellCheckingInspection
return name.startsWith("licensebuttons_") && (name.endsWith(".json") || name.endsWith(".yml"));
}), packager);
}
//# sourceMappingURL=licenseButtons.js.map