aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-12 00:40:50 +1100
committerquou <quou@disroot.org>2024-10-12 00:40:50 +1100
commitb145dced7a70d48a132cb5d1addf040dead90da9 (patch)
tree323e17ab71a07fd11f95c92323c3076428c39efa
parent59d3aed2e299160dd49c2d3ebda69c7b33eee6c7 (diff)
distrib.sh generates an index.html file for itch.io
-rwxr-xr-xdistrib.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib.sh b/distrib.sh
index 1a63796..d5c8348 100755
--- a/distrib.sh
+++ b/distrib.sh
@@ -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
+