mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-03 19:28:21 +00:00
Updated for local build.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user