Init asar support without external .js files
This commit is contained in:
parent
f905bb64f6
commit
45e2dd2ab5
6 changed files with 50 additions and 20 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue