1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00

Renamed property.

This commit is contained in:
Todd Martin
2025-01-14 22:09:36 -05:00
parent 5a4b796876
commit 7ddb3c2e82

View File

@@ -8,11 +8,14 @@ const fse = require("fs-extra");
exports.default = run;
/**
* @param {import("electron-builder").} context
*/
async function run(context) {
console.log("## Before pack");
const platform = context.packager.platform;
const targets = context.packager.targetNames;
const targets = context.packager.targets;
console.log("### Platform: " + platform);
console.log("### Targets: " + targets);