mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Changed property back.
This commit is contained in:
@@ -12,7 +12,7 @@ async function run(context) {
|
||||
console.log("## Before pack");
|
||||
|
||||
const platform = context.packager.platform;
|
||||
const targets = context.packager.targets;
|
||||
const targets = context.packager.targetNames;
|
||||
|
||||
console.log("### Platform: " + platform);
|
||||
console.log("### Targets: " + targets);
|
||||
|
||||
Reference in New Issue
Block a user