Skip to content

Commit 5333eec

Browse files
committed
Update LibJS setup
1 parent 09a20f3 commit 5333eec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/engines/libjs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class LibJSInstaller extends Installer {
6262
}
6363

6464
async install() {
65-
await this.registerAssets('lib/**');
6665
const js = await this.registerAsset('bin/js');
6766
this.binPath = await this.registerScript('ladybird-js', `"${js}"`);
6867
}

0 commit comments

Comments
 (0)