Skip to content

Commit

Permalink
fix: correctly package Login Helper in mas builds (#15610)
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon authored and codebytere committed Nov 7, 2018
1 parent 10969b8 commit bf3edf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Expand Up @@ -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}}",
]
}

Expand Down

0 comments on commit bf3edf8

Please sign in to comment.