Skip to content

Commit

Permalink
build: missing html files in website
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoDornelles committed Oct 29, 2023
1 parent 97739a5 commit 49cffc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fake_npm_build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/sh
mkdir -p html
cp ./res/index.html ./html
cp ./bin/kokobatoru.nes ./html
cp ./bin/cocobattleroyale.nes ./html
echo '<!DOCTYPE html><html><head><meta http-equiv="refresh" content="1;url=https://psywave-games.github.io/coco-battle-royale-2/"></head></html>' > ./html/404.html

0 comments on commit 49cffc7

Please sign in to comment.