1
0
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:
Kyle Spearrin
2018-06-04 15:24:37 -04:00
parent de5ae46165
commit 902d6de6db
3 changed files with 25 additions and 55 deletions

9
scripts/snap-release.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