Support 32-bit build. Closes #12.

This commit is contained in:
Corey Butler
2014-10-12 10:47:16 -05:00
parent c302a3120d
commit 1247130059

View File

@@ -10,9 +10,9 @@ echo Building NVM for Windows
SET DIST=%CD%\dist\%version%
SET GOPATH=%CD%\src
SET GOBIN=%CD%\bin
SET GOARCH=386
go build -o %GOBIN%\nvm.exe %GOPATH%\nvm.go
REM Create the "noinstall" zip
echo Generating nvm-noinstall.zip
for /d %%a in (%GOBIN%) do (buildtools\zip -j -9 -r "%DIST%\nvm-noinstall.zip" "%CD%\LICENSE" "%%a\*" -x "%GOBIN%\nodejs.ico")