Browse Source

build: [gn] fix resource path conflict on mac (#13824)

Jeremy Apthorp 6 years ago
parent
commit
38ca2b342b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILD.gn

+ 1 - 1
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