mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2025-09-02 02:44:36 +00:00
Updated build process. Added code signing and MD5 checksums for distro files.
This commit is contained in:
4
nvm.iss
4
nvm.iss
@@ -3,7 +3,7 @@
|
||||
#define MyAppLCShortName "nvm"
|
||||
#define MyAppVersion "1.1.7"
|
||||
#define MyAppPublisher "Ecor Ventures LLC"
|
||||
#define MyAppURL "http://github.com/coreybutler/nvm"
|
||||
#define MyAppURL "https://github.com/coreybutler/nvm"
|
||||
#define MyAppExeName "nvm.exe"
|
||||
#define MyIcon "bin\nodejs.ico"
|
||||
#define ProjectRoot "."
|
||||
@@ -13,6 +13,8 @@
|
||||
; Do not use the same AppId value in installers for other applications.
|
||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||
PrivilegesRequired=admin
|
||||
SignTool=MsSign $f
|
||||
SignedUninstaller=yes
|
||||
AppId=40078385-F676-4C61-9A9C-F9028599D6D3
|
||||
AppName={#MyAppName}
|
||||
AppVersion={#MyAppVersion}
|
||||
|
Reference in New Issue
Block a user