1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00
bitwarden-browser/scripts/snap-update.ps1

10 lines
228 B
PowerShell
Raw Normal View History

2018-06-04 21:24:37 +02:00
# 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