mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
include verification and license for choco
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user