fix: correctly package Login Helper in mas builds (#15610)

This commit is contained in:
Jeremy Apthorp 2018-11-06 20:15:01 -08:00 committed by Shelley Vohr
parent 10969b8c3c
commit bf3edf8f87

View file

@ -678,7 +678,7 @@ if (is_mac) {
"$root_out_dir/$electron_login_helper_name.app", "$root_out_dir/$electron_login_helper_name.app",
] ]
outputs = [ outputs = [
"{{bundle_contents_dir}}/Library/LoginItems", "{{bundle_contents_dir}}/Library/LoginItems/{{source_file_part}}",
] ]
} }