diff options
| author | 2020-04-01 09:26:20 -0500 | |
|---|---|---|
| committer | 2020-04-01 09:26:20 -0500 | |
| commit | f2815d706839a0a5105148094b7239731db5a5fc (patch) | |
| tree | 3c52a39a220504b6b23fb9d57d9adcc2b7a6403d /build_win.bat | |
| parent | Fix appveyor.yml (diff) | |
Actually run the installer in build_win.bat.appveyor-experiments
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
