mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 19:41:26 +00:00
Added console log
This commit is contained in:
@@ -54,6 +54,7 @@ async function run(context) {
|
||||
}
|
||||
|
||||
if (shouldResign) {
|
||||
console.log("### Resigning app");
|
||||
// Resign to sign safari extension
|
||||
if (context.electronPlatformName === "mas") {
|
||||
const masBuildOptions = deepAssign(
|
||||
|
||||
Reference in New Issue
Block a user