From 27947c6b822f2a6fe35fdd8b36a84fafd6a3a056 Mon Sep 17 00:00:00 2001 From: jardimdanificado Date: Sat, 4 Jan 2025 09:08:45 -0300 Subject: [PATCH] minor fix --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a753d90..50c36bb 100755 --- a/build.sh +++ b/build.sh @@ -61,4 +61,5 @@ if [ -n "$SETUP" ]; then rm -rf bruter fi -emcc -o build/index.html src/main.c lib/bruter.o -Llib -Iinclude $RLPATH -s USE_GLFW=3 -s ASYNCIFY --shell-file src/minshell.html \ No newline at end of file +emcc -o build/bruter.html src/main.c lib/bruter.o -Llib -Iinclude $RLPATH -s USE_GLFW=3 -s ASYNCIFY --shell-file src/minshell.html +mv build/bruter.html build/index.html \ No newline at end of file