mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08: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
|
||||
|
||||
2
nvm.iss
2
nvm.iss
@@ -6,7 +6,7 @@
|
||||
#define MyAppURL "http://github.com/coreybutler/nvm"
|
||||
#define MyAppExeName "nvm.exe"
|
||||
#define MyIcon "bin\nodejs.ico"
|
||||
#define ProjectRoot "C:\Users\Corey\Documents\workspace\Applications\nvm"
|
||||
#define ProjectRoot "C:\Users\Corey\Documents\workspace\nvm-windows"
|
||||
|
||||
[Setup]
|
||||
; NOTE: The value of AppId uniquely identifies this application.
|
||||
|
||||
Reference in New Issue
Block a user