1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

upadte release scripts

This commit is contained in:
Kyle Spearrin
2018-06-04 15:36:56 -04:00
parent d12b2397da
commit db66d26287
2 changed files with 3 additions and 0 deletions

9
scripts/snap-update.ps1 Normal file
View 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