aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-07-28 01:05:15 -0400
committerCalvin Rose <calsrose@gmail.com>2019-07-28 01:05:15 -0400
commitec32d11b76812c920a05eb85fce00df11ac5d744 (patch)
tree2ffea8a5953558266a3d05bf37485a3bff53a0ab /build_win.bat
parentUpdate windows installation and automation. (diff)
Update installer and make things build on windows.
We can now build windows executables with jpm.
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat4
1 files changed, 1 insertions, 3 deletions
diff --git a/build_win.bat b/build_win.bat
index e8d41c29..054c8a7c 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -159,7 +159,7 @@ exit /b 0
:INSTALL
@echo Running Installer...
FOR %%a in (janet-*-windows-installer.exe) DO (
- %%a /S /D=%userprofile%\AppData\Local\Janet\
+ %%a /S /CurrentUser
)
exit /b 0
@@ -183,8 +183,6 @@ call %0 dist
@if errorlevel 1 exit /b 1
call %0 install
@if errorlevel 1 exit /b 1
-call %0 test-install
-@if errorlevel 1 exit /b 1
@echo Done!
exit /b 0