Browse Source

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

trop[bot] 6 years ago
parent
commit
802e2fae8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILD.gn

+ 1 - 1
BUILD.gn

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