fix: correctly package Login Helper in mas builds (#15610)
This commit is contained in:
parent
10969b8c3c
commit
bf3edf8f87
1 changed files with 1 additions and 1 deletions
2
BUILD.gn
2
BUILD.gn
|
@ -678,7 +678,7 @@ if (is_mac) {
|
|||
"$root_out_dir/$electron_login_helper_name.app",
|
||||
]
|
||||
outputs = [
|
||||
"{{bundle_contents_dir}}/Library/LoginItems",
|
||||
"{{bundle_contents_dir}}/Library/LoginItems/{{source_file_part}}",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue