Fix build error.Using relative path in nvm.iss

This commit is contained in:
ccccly
2017-03-05 15:46:15 +08:00
parent 8aa7f69a21
commit c75f08806b

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\nvm-windows"
#define ProjectRoot "."
[Setup]
; NOTE: The value of AppId uniquely identifies this application.