Make packaging functional

This commit is contained in:
Shawn 2019-01-06 19:06:55 -06:00
parent 3cede7aedd
commit e266abce37
2 changed files with 4 additions and 0 deletions

View file

@ -3,3 +3,7 @@ console.log('package.js running in: ' + process.cwd());
const lbryFormat = require('./lbry-format~'); const lbryFormat = require('./lbry-format~');
console.log(lbryFormat); console.log(lbryFormat);
lbryFormat.packDirectory('./', {
fileName: 'package.lbry',
});

Binary file not shown.