diff --git a/scripts/choco-pack.ps1 b/scripts/choco-pack.ps1 index 4a52dd91b39..edb31c144c0 100644 --- a/scripts/choco-pack.ps1 +++ b/scripts/choco-pack.ps1 @@ -17,8 +17,10 @@ if(Test-Path -Path $distChocoDir) { } $exe = $distDir + "\windows\bw.exe"; +$license = $rootDir + "\LICENSE.txt"; Copy-Item -Path $chocoDir -Destination $distChocoDir –Recurse Copy-Item $exe -Destination $distChocoToolsDir; +Copy-Item $license -Destination $distChocoToolsDir; $srcPackage = $rootDir + "\package.json"; $srcPackageVersion = (Get-Content -Raw -Path $srcPackage | ConvertFrom-Json).version; diff --git a/stores/chocolatey/tools/VERIFICATION.txt b/stores/chocolatey/tools/VERIFICATION.txt new file mode 100644 index 00000000000..67231a84c9e --- /dev/null +++ b/stores/chocolatey/tools/VERIFICATION.txt @@ -0,0 +1,6 @@ +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 Bitwarden project itself. Any binaries will +be identical to other package types published by the project.