From 28d4d9680d3bde8ac5eda689d31a7d2d059a7765 Mon Sep 17 00:00:00 2001 From: Salah Benmoussati <51402489+sbenmoussati@users.noreply.github.com> Date: Wed, 23 Feb 2022 19:16:14 +0100 Subject: [PATCH] SDA-3593 Citrix redirection registry key update (#1357) * SDA-3593 Citrix redirection registry key update * Run github actions on Windows 2019 --- .github/workflows/ci.yml | 2 +- src/app/citrix-handler.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0259b24..9045ebac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: node-version: [12.x] - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-2019, macos-latest] steps: - uses: actions/checkout@v2 diff --git a/src/app/citrix-handler.ts b/src/app/citrix-handler.ts index 399bbaab..a9886b54 100644 --- a/src/app/citrix-handler.ts +++ b/src/app/citrix-handler.ts @@ -23,7 +23,7 @@ export enum RegistryValueType { } const CITRIX_REGISTRY_KEY = '\\Software\\Citrix\\HDXMediaStream'; -const CITRIX_REGISTRY_KEY_NAME = 'MSTeamsRedirectionSupport'; +const CITRIX_REGISTRY_KEY_NAME = 'MSTeamsRedirSupport'; export const getCitrixMediaRedirectionStatus = async (): Promise => { if (!isWindowsOS) {