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

This commit is contained in:
Jeremy Apthorp 2018-11-06 20:15:01 -08:00 коммит произвёл Shelley Vohr
Родитель 10969b8c3c
Коммит bf3edf8f87
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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}}",
]
}