diff --git a/src/lib/config.ts b/src/lib/config.ts index e08361ec..82917113 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -1152,7 +1152,7 @@ const platform_defaults = { "": "buffer #", } as unknown, - nativeinstallcmd: `powershell -NoProfile -Command "\ + nativeinstallcmd: `powershell -ExecutionPolicy Bypass -NoProfile -Command "\ [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12;\ (New-Object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/tridactyl/native_messenger/master/installers/windows.ps1', '%TEMP%/tridactyl_installnative.ps1');\ & '%TEMP%/tridactyl_installnative.ps1' -Tag %TAG;\