Skip to content

Commit 74ac38a

Browse files
committed
Fix bl-resources bundling, to further fix Opera in the bundled release
1 parent 11f9c66 commit 74ac38a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pack.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ const packageApp = async () => {
4141
path.join('bundle', 'index.js'),
4242
path.join('bundle', 'error-tracking.js'),
4343
path.join('bundle', 'schema.gql'),
44+
// Static resources normally stored in browser-launcher
45+
path.join('bundle', 'bl-resources')
4446
].map((extraFile) =>
4547
fs.copy(path.join(__dirname, extraFile), path.join(OUTPUT_DIR, extraFile))
4648
));

0 commit comments

Comments
 (0)