From 7079eb8ac011b3a15aefbcd4d7572b03af9f59b8 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 23 May 2018 15:19:20 -0400 Subject: [PATCH] include verification and license for choco --- scripts/choco-pack.ps1 | 2 ++ stores/chocolatey/tools/VERIFICATION.txt | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 stores/chocolatey/tools/VERIFICATION.txt 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.