Binary output can be exported to any directory

This commit is contained in:
Chinmay Pandhare
2017-08-24 19:35:15 +05:30
parent ca044b1b01
commit 873492a456
4 changed files with 19 additions and 17 deletions

View File

@@ -176,8 +176,8 @@ ImageSequencer = function ImageSequencer(options) {
this.events = require('./UserInterface')(UI);
}
var exportBin = function() {
return require('./ExportBin')(this);
var exportBin = function(dir) {
return require('./ExportBin')(dir,this);
}
function modulesInfo(name) {