mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-29 04:05:37 +08:00
win: Fix dumping symbols.
This commit is contained in:
@@ -49,9 +49,7 @@ def mkdir_p(path):
|
||||
|
||||
def RegisterRequiredDll():
|
||||
register = os.path.join(os.path.dirname(__file__), 'register_msdia80_dll.js')
|
||||
node = os.path.join(SOURCE_ROOT, 'out', 'Release', 'atom.exe')
|
||||
os.environ['ATOM_SHELL_INTERNAL_RUN_AS_NODE'] = '1'
|
||||
subprocess.check_call([node, register]);
|
||||
subprocess.check_call(['node.exe', register]);
|
||||
|
||||
|
||||
def GenerateSymbols(options, binaries):
|
||||
|
||||
Reference in New Issue
Block a user