Skip to content

Commit

Permalink
Don't try to load lzma_worker-min.js in web workers.
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 committed Jun 11, 2024
1 parent 2874ac9 commit 7019abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<dependency path="dependencies/howler.min.js" if="html5 howlerjs" embed="true" />
<dependency path="dependencies/pako.min.js" if="html5" embed="true" web-worker="true" />
<dependency path="dependencies/lzma_worker-min.js" if="html5" embed="true" web-worker="true" />
<dependency path="dependencies/lzma_worker-min.js" if="html5" embed="true" />
<dependency path="dependencies/FileSaver.min.js" if="html5" embed="true" />
<dependency path="dependencies/webgl-debug.js" if="html5 webgl-debug" embed="true" />
<dependency path="dependencies/stats.min.js" if="html5 stats" embed="true" />
Expand Down Expand Up @@ -219,4 +219,4 @@

</section>

</extension>
</extension>

0 comments on commit 7019abb

Please sign in to comment.