mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
scripts for cask and snap updates
This commit is contained in:
9
scripts/snap-release.ps1
Normal file
9
scripts/snap-release.ps1
Normal file
@@ -0,0 +1,9 @@
|
||||
# To run:
|
||||
# ./snap-release.ps1
|
||||
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
||||
$rootDir = $dir + "/..";
|
||||
$distDir = $rootDir + "/dist";
|
||||
$distSnap = $distDir + "/bitwarden*.snap";
|
||||
|
||||
snap push $distSnap --release stable
|
||||
Reference in New Issue
Block a user