1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-09 20:13:02 +00:00

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

View File

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