install snapd on prod builds

This commit is contained in:
Kyle Spearrin 2020-03-10 23:11:58 -04:00
parent 60e8aa3518
commit 27d9c98e55
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ after_build:
if($env:PROD_DEPLOY -eq "true") {
if($isLinux) {
echo "Deploy Linux..."
sudo apt-get update
sudo apt-get install snapd
./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
sudo snap install ./dist/snap/bw*.snap --dangerous