Skip to content

Commit

Permalink
Pass the list of zips back from the build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Feb 12, 2015
1 parent 79113cd commit 1acada5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ NwBuilder.prototype.build = function (callback) {
.then(this.zipAppFiles)
.then(this.mergeAppFiles)
.then(function (info) {
var info = this.zips;
if(hasCallback) {
callback(false, info);
} else {
Expand Down

0 comments on commit 1acada5

Please sign in to comment.