Deploy windows updates

This commit is contained in:
Michael Vines 2019-06-07 20:46:58 -07:00
parent 4acb764589
commit 487826a539
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ if ! $skipStart; then
rm -f update_manifest_keypair.json
args+=(--deploy-update linux)
args+=(--deploy-update osx)
#args+=(--deploy-update windows)
args+=(--deploy-update windows)
fi
# shellcheck disable=SC2086 # Don't want to double quote the $maybeXYZ variables