mirror of
https://github.com/janet-lang/janet
synced 2025-04-11 01:36:38 +00:00
Actually run the installer in build_win.bat.
This commit is contained in:
parent
f48d9465f5
commit
f2815d7068
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user