mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Rename "frameworks" to "external_binaries".
This commit is contained in:
@@ -11,12 +11,12 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
def main():
|
||||
os.chdir(SOURCE_ROOT)
|
||||
|
||||
update_frameworks()
|
||||
update_external_binaries()
|
||||
update_gyp()
|
||||
|
||||
|
||||
def update_frameworks():
|
||||
uf = os.path.join('script', 'update-frameworks.py')
|
||||
def update_external_binaries():
|
||||
uf = os.path.join('script', 'update-external-binaries.py')
|
||||
subprocess.check_call([sys.executable, uf])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user