Add the ability to embed assets on export binfile

This commit is contained in:
Andrey Antukh 2022-07-05 16:52:10 +02:00
parent 6b8ab7aa72
commit 50f30eb12f
3 changed files with 80 additions and 11 deletions

View file

@ -56,7 +56,12 @@ Debug Main Page
<div class="row">
<label>Include libraries?</label>
<input type="checkbox" name="includelibs" checked/>
<input type="checkbox" name="includelibs" />
</div>
<div class="row">
<label>Embed assets?</label>
<input type="checkbox" name="embedassets" checked/>
</div>
<div class="row">
@ -100,7 +105,7 @@ Debug Main Page
<div class="row">
<label>Ignore index errors?</label>
<input type="checkbox" name="ignore-index-errors" />
<input type="checkbox" name="ignore-index-errors" checked/>
<br />
<small>
Do not break on index lookup erros (remap operation).