1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-12 10:04:44 +01:00
bitwarden-desktop/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