mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-28 17:27:50 +01:00
include verification and license for choco
This commit is contained in:
parent
82f3c6e348
commit
7079eb8ac0
@ -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;
|
||||||
|
6
stores/chocolatey/tools/VERIFICATION.txt
Normal file
6
stores/chocolatey/tools/VERIFICATION.txt
Normal 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.
|
Loading…
Reference in New Issue
Block a user