From c75f08806bc58dda8be20348ea404b287f3bc6d4 Mon Sep 17 00:00:00 2001 From: ccccly Date: Sun, 5 Mar 2017 15:46:15 +0800 Subject: [PATCH] Fix build error.Using relative path in nvm.iss --- nvm.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.iss b/nvm.iss index 40d4642b..541d089c 100644 --- a/nvm.iss +++ b/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\nvm-windows" +#define ProjectRoot "." [Setup] ; NOTE: The value of AppId uniquely identifies this application.