1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-24 04:04:30 +00:00
Files
desktop/scripts/snap-update.ps1
Kyle Spearrin 76a05bd378 snapcraft push
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