Actually run the installer in build_win.bat.

This commit is contained in:
Calvin Rose 2020-04-01 09:26:20 -05:00
parent f48d9465f5
commit f2815d7068
1 changed files with 1 additions and 1 deletions

View File

@ -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