From: Fl_GUI Date: Wed, 12 Nov 2025 19:33:17 +0000 (+0100) Subject: fix bat script X-Git-Url: https://git.openfl.eu/?a=commitdiff_plain;h=21db899cb2d166bb01096d30a3b83a6a1ae535b7;p=va4s.git fix bat script --- diff --git a/va4s.bat b/va4s.bat index 201f391..afea848 100644 --- a/va4s.bat +++ b/va4s.bat @@ -1,2 +1,2 @@ -npm -i -npm run start +call npm install +call npm run start