Updated for local build.

This commit is contained in:
Corey Butler
2016-07-01 09:31:22 -05:00
parent 09da8d90b5
commit 7eb8d6a10c
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ REM Build the executable
echo Building NVM for Windows
rm %GOBIN%\nvm.exe
cd %GOPATH%
echo "=========================================>"
echo %GOBIN%
goxc -arch="386" -os="windows" -n="nvm" -d="%GOBIN%" -o="%GOBIN%\nvm{{.Ext}}" -tasks-=package
cd %ORIG%
rm %GOBIN%\src.exe