forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
3
electron/node_modules/node-gyp/lib/rebuild.js
generated
vendored
3
electron/node_modules/node-gyp/lib/rebuild.js
generated
vendored
|
|
@ -1,12 +1,11 @@
|
|||
'use strict'
|
||||
|
||||
function rebuild (gyp, argv, callback) {
|
||||
async function rebuild (gyp, argv) {
|
||||
gyp.todo.push(
|
||||
{ name: 'clean', args: [] }
|
||||
, { name: 'configure', args: argv }
|
||||
, { name: 'build', args: [] }
|
||||
)
|
||||
process.nextTick(callback)
|
||||
}
|
||||
|
||||
module.exports = rebuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue