diff options
-rwxr-xr-x | distrib.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,4 +14,6 @@ cp hftrss distrib/hftrss make clean make config=release_ems -zip distrib/ems.zip ems/hftrss.js ems/hftrss.html ems/hftrss.wasm +cp ems/hftrss.html ems/index.html +zip distrib/ems.zip ems/hftrss.js ems/index.html ems/hftrss.wasm + |