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

10 lines
232 B
PowerShell
Raw Normal View History

2018-06-04 21:24:37 +02:00
# To run:
2018-06-04 21:43:18 +02:00
# ./snap-update.ps1
2018-06-04 21:24:37 +02:00
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
$rootDir = $dir + "/..";
$distDir = $rootDir + "/dist";
$distSnap = $distDir + "/bitwarden*.snap";
2018-07-27 04:00:32 +02:00
snapcraft push $distSnap --release stable