Skip to content

Commit

Permalink
Fix flaky create_dist_zips on macOS (uplift to 1.70.x) (#25633)
Browse files Browse the repository at this point in the history
Uplift of #25581 (squashed) to release
  • Loading branch information
brave-builds committed Sep 18, 2024
1 parent 379c07c commit 0656184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ action("create_dist_zips") {
if (is_mac) {
dir_inputs += [ brave_exe ]
rebase_base_dir = rebase_path(root_out_dir)
deps += [ "//brave/build/mac:finalize_app" ]
} else {
rebase_base_dir = rebase_path(brave_dist_dir, root_out_dir)
}
Expand Down

0 comments on commit 0656184

Please sign in to comment.