diff --git a/build/VERIFICATION.txt b/build/VERIFICATION.txt new file mode 100644 index 00000000..910d0223 --- /dev/null +++ b/build/VERIFICATION.txt @@ -0,0 +1,9 @@ +VERIFICATION +Verification is intended to assist the Chocolatey moderators and community +in verifying that this package's contents are trustworthy. + +This package is published by the Nodist project itself which is sponsored +by the Nullivex Software Consortium (NSC). This package consists of only one +binary which is named Installer.exe this binary is an NSIS installer that +extracts the Nodist system and sets the required environment variables to get +Nodist operational. diff --git a/build/build.js b/build/build.js index 3337f298..90fb6a44 100644 --- a/build/build.js +++ b/build/build.js @@ -332,6 +332,7 @@ P.all([ , helper.copyFileAsync(nodistDir+'/build/chocolateyinstall.ps1', packageDir+'/tools/chocolateyinstall.ps1') , helper.copyFileAsync(nodistDir+'/build/chocolateyuninstall.ps1', packageDir+'/tools/chocolateyuninstall.ps1') , helper.copyFileAsync(nodistDir+'/LICENSE.txt', packageDir+'/tools/LICENSE.txt') + , helper.copyFileAsync(nodistDir+'/build/VERIFICATION.txt', packageDir+'/tools/VERIFICATION.txt') , helper.copyFileAsync(outDir+'/NodistSetup.exe', packageDir+'/tools/Installer.exe') ]); })