Init asar support without external .js files

This commit is contained in:
Cheng Zhao 2015-02-04 10:45:17 -08:00
parent f905bb64f6
commit 45e2dd2ab5
6 changed files with 50 additions and 20 deletions

View file

@ -1,4 +1,4 @@
asar = process.atomBinding 'asar'
asar = process.binding 'atom_common_asar'
child_process = require 'child_process'
path = require 'path'
util = require 'util'