atom_gyp -> electron_gyp

This commit is contained in:
Kevin Sawicki 2016-05-25 09:10:46 -07:00
parent 6c8cf16508
commit 9684f61e12
10 changed files with 27 additions and 27 deletions

View file

@ -4,7 +4,7 @@ import os
import sys
from lib.config import PLATFORM
from lib.util import atom_gyp, execute, rm_rf
from lib.util import electron_gyp, execute, rm_rf
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
@ -56,7 +56,7 @@ def register_required_dll():
def get_names_from_gyp():
variables = atom_gyp()
variables = electron_gyp()
return (variables['project_name%'], variables['product_name%'])