Skip to content

Commit

Permalink
add verification file to chocolatey build process
Browse files Browse the repository at this point in the history
  • Loading branch information
nullivex committed Mar 28, 2019
1 parent af7966c commit bd91bfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
]);
})
Expand Down

0 comments on commit bd91bfa

Please sign in to comment.