Browse Source

include verification and license for choco

pull/4/head
Kyle Spearrin 8 years ago
parent
commit
7079eb8ac0
  1. 2
      scripts/choco-pack.ps1
  2. 6
      stores/chocolatey/tools/VERIFICATION.txt

2
scripts/choco-pack.ps1

@ -17,8 +17,10 @@ if(Test-Path -Path $distChocoDir) { @@ -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;

6
stores/chocolatey/tools/VERIFICATION.txt

@ -0,0 +1,6 @@ @@ -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.
Loading…
Cancel
Save