1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

change to backslash for powershell

This commit is contained in:
Kyle Spearrin
2019-03-16 23:31:36 -04:00
parent 06994dc227
commit 482bf74b0d
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ after_build:
}
else {
echo "Deploy Windows..."
./scripts/choco-update.ps1 -version $env:PACKAGE_VERSION
.\scripts\choco-update.ps1 -version $env:PACKAGE_VERSION
}
}
- sh: |

2
jslib

Submodule jslib updated: 13a160fb79...b5b4222b32