Updated build process. Added code signing and MD5 checksums for distro files.

This commit is contained in:
Corey Butler
2018-08-08 00:49:24 -05:00
parent 256d69427b
commit 438ac25701
11 changed files with 396 additions and 38 deletions

View File

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