Make packaging functional
This commit is contained in:
parent
3cede7aedd
commit
e266abce37
2 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,7 @@ console.log('package.js running in: ' + process.cwd());
|
|||
const lbryFormat = require('./lbry-format~');
|
||||
|
||||
console.log(lbryFormat);
|
||||
|
||||
lbryFormat.packDirectory('./', {
|
||||
fileName: 'package.lbry',
|
||||
});
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue