1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

include verification and license for choco

This commit is contained in:
Kyle Spearrin 2018-05-23 15:19:20 -04:00
parent 82f3c6e348
commit 7079eb8ac0
2 changed files with 8 additions and 0 deletions

View File

@ -17,8 +17,10 @@ if(Test-Path -Path $distChocoDir) {
} }
$exe = $distDir + "\windows\bw.exe"; $exe = $distDir + "\windows\bw.exe";
$license = $rootDir + "\LICENSE.txt";
Copy-Item -Path $chocoDir -Destination $distChocoDir Recurse Copy-Item -Path $chocoDir -Destination $distChocoDir Recurse
Copy-Item $exe -Destination $distChocoToolsDir; Copy-Item $exe -Destination $distChocoToolsDir;
Copy-Item $license -Destination $distChocoToolsDir;
$srcPackage = $rootDir + "\package.json"; $srcPackage = $rootDir + "\package.json";
$srcPackageVersion = (Get-Content -Raw -Path $srcPackage | ConvertFrom-Json).version; $srcPackageVersion = (Get-Content -Raw -Path $srcPackage | ConvertFrom-Json).version;

View File

@ -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.