1
0
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:
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";
$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;