diff --git a/build_win.bat b/build_win.bat index e783064e..3f45578e 100644 --- a/build_win.bat +++ b/build_win.bat @@ -131,7 +131,7 @@ exit /b 0 @rem Run the installer. (Installs to the local user with default settings) :INSTALL @echo Running Installer... -FOR %%a in (janet-*-windows-installer.exe) DO ( +FOR %%a in (janet-*-windows-*-installer.exe) DO ( %%a /S /CurrentUser ) exit /b 0