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

View File

@@ -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.