From f2815d706839a0a5105148094b7239731db5a5fc Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 1 Apr 2020 09:26:20 -0500 Subject: [PATCH] Actually run the installer in build_win.bat. --- build_win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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