Copy JS files to tempdir before packing asar

This commit is contained in:
Kevin Sawicki 2016-01-11 17:29:40 -08:00
parent ed63441688
commit ab73f4c94a
2 changed files with 19 additions and 1 deletions

View file

@ -9,4 +9,6 @@ autoUpdater = process.platform === 'win32' ? require('./auto-updater/auto-update
deprecate.rename(autoUpdater, 'setFeedUrl', 'setFeedURL');
module.exports = autoUpdater;