script: Call Electron binary from Debug build
We usually don't build Release version on the development machine.
This commit is contained in:
parent
69cc3ab5ef
commit
08f5c32306
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from lib.util import atom_gyp, execute, s3put, scoped_cwd
|
||||||
|
|
||||||
|
|
||||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||||
OUT_DIR = os.path.join(SOURCE_ROOT, 'out', 'R')
|
OUT_DIR = os.path.join(SOURCE_ROOT, 'out', 'D')
|
||||||
|
|
||||||
PROJECT_NAME = atom_gyp()['project_name%']
|
PROJECT_NAME = atom_gyp()['project_name%']
|
||||||
PRODUCT_NAME = atom_gyp()['product_name%']
|
PRODUCT_NAME = atom_gyp()['product_name%']
|
||||||
|
|
Loading…
Reference in a new issue