mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-18 01:41:27 +01:00
choco script updates
This commit is contained in:
parent
3fd65ceb6f
commit
0d837b8bc8
@ -13,7 +13,7 @@ Copy-Item -Path $chocoDir -Destination $distChocoDir –Recurse
|
|||||||
$srcPackage = $rootDir + "\src\package.json";
|
$srcPackage = $rootDir + "\src\package.json";
|
||||||
$srcPackageVersion = (Get-Content -Raw -Path $srcPackage | ConvertFrom-Json).version;
|
$srcPackageVersion = (Get-Content -Raw -Path $srcPackage | ConvertFrom-Json).version;
|
||||||
|
|
||||||
$exe = $distDir + "\nsis-web\Bitwarden Installer " + $srcPackageVersion + ".exe";
|
$exe = $distDir + "\nsis-web\Bitwarden-Installer-" + $srcPackageVersion + ".exe";
|
||||||
$checksum = checksum -t sha256 $exe
|
$checksum = checksum -t sha256 $exe
|
||||||
$nuspec = $distChocoDir + "\bitwarden.nuspec";
|
$nuspec = $distChocoDir + "\bitwarden.nuspec";
|
||||||
$chocoInstall = $distChocoDir + "\tools\chocolateyinstall.ps1";
|
$chocoInstall = $distChocoDir + "\tools\chocolateyinstall.ps1";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$ErrorActionPreference = 'Stop';
|
$ErrorActionPreference = 'Stop';
|
||||||
|
|
||||||
$url = 'https://github.com/bitwarden/desktop/releases/download/v__version__/bitwarden-web-setup-__version__.exe'
|
$url = 'https://github.com/bitwarden/desktop/releases/download/v__version__/Bitwarden-Installer-__version__.exe'
|
||||||
$checksum = '__checksum__'
|
$checksum = '__checksum__'
|
||||||
|
|
||||||
$packageArgs = @{
|
$packageArgs = @{
|
||||||
|
Loading…
Reference in New Issue
Block a user