1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-04 04:58:05 +02:00
bitwarden-desktop/scripts/snap-update.ps1
2018-07-26 22:00:32 -04:00

10 lines
232 B
PowerShell

# To run:
# ./snap-update.ps1
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
$rootDir = $dir + "/..";
$distDir = $rootDir + "/dist";
$distSnap = $distDir + "/bitwarden*.snap";
snapcraft push $distSnap --release stable