Fix wrong pack path
This commit is contained in:
parent
2fab156a13
commit
0c7e3a4220
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ const lbryFormat = require('./lbry-format~');
|
||||||
|
|
||||||
console.log(lbryFormat);
|
console.log(lbryFormat);
|
||||||
|
|
||||||
lbryFormat.packDirectory('./', {
|
lbryFormat.packDirectory('./Build/', {
|
||||||
fileName: 'package.lbry',
|
fileName: 'package.lbry',
|
||||||
});
|
});
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue