mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08:00
Fix build error.Using relative path in nvm.iss
This commit is contained in:
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\nvm-windows"
|
||||
#define ProjectRoot "."
|
||||
|
||||
[Setup]
|
||||
; NOTE: The value of AppId uniquely identifies this application.
|
||||
|
||||
Reference in New Issue
Block a user