Browse Source

Merge pull request #1323 from atom/no-zygote

Disable zygote process on Linux
Cheng Zhao 10 years ago
parent
commit
8aae7c4440
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/lib/config.py

+ 1 - 1
script/lib/config.py

@@ -4,7 +4,7 @@ import platform
 import sys
 
 BASE_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent'
-LIBCHROMIUMCONTENT_COMMIT = '26dd65a62e35aa98b25c10cbfc00f1a621fd4c4b'
+LIBCHROMIUMCONTENT_COMMIT = 'c01b10faf0d478e48f537210ec263fabd551578d'
 
 ARCH = {
     'cygwin': '32bit',