build: [gn] fix resource path conflict on mac (#13824)
This commit is contained in:
parent
4b3011f3e8
commit
38ca2b342b
1 changed files with 1 additions and 1 deletions
2
BUILD.gn
2
BUILD.gn
|
@ -368,7 +368,7 @@ static_library("electron_lib") {
|
|||
|
||||
electron_paks("packed_resources") {
|
||||
if (is_mac) {
|
||||
output_dir = "$root_gen_dir/repack"
|
||||
output_dir = "$root_gen_dir/electron_repack"
|
||||
copy_data_to_bundle = true
|
||||
} else {
|
||||
output_dir = root_out_dir
|
||||
|
|
Loading…
Reference in a new issue