From 2a38070d44ed01753c51067bbd7f007e4b74bd6b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 12 Aug 2025 15:49:36 +0200 Subject: Renamed UNIX build script to build.sh, added info to README.md related to windows build --- web/http/nissyapp.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/http/nissyapp.mjs b/web/http/nissyapp.mjs index b056b5f..a653db6 100644 --- a/web/http/nissyapp.mjs +++ b/web/http/nissyapp.mjs @@ -1,6 +1,6 @@ -// Run ./build web from the main folder before running this example. +// Run ./build.sh web from the main folder before running this example. // The necessary modules (including worker.mjs) will be built and / or moved -// to this folder when running ./build web. +// to this folder when running ./build.sh web. var solveButton = document.getElementById("solveButton"); var pauseResumeButton = document.getElementById("pauseResumeButton"); -- cgit v1.3