diff options
author | quou <quou@disroot.org> | 2024-10-12 00:40:50 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-10-12 00:40:50 +1100 |
commit | b145dced7a70d48a132cb5d1addf040dead90da9 (patch) | |
tree | 323e17ab71a07fd11f95c92323c3076428c39efa | |
parent | 59d3aed2e299160dd49c2d3ebda69c7b33eee6c7 (diff) |
distrib.sh generates an index.html file for itch.io
-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 + |