From e0981f89e89cdbafcbbaa7d45f062652f1ca4b03 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 5 Jun 2021 17:10:24 -0600 Subject: [PATCH] add new runtime file --- deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.ps1 b/deploy.ps1 index e3daffe..4d301a0 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -65,7 +65,6 @@ foreach ($language in @{ &"C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe" sign /a /v /t "http://timestamp.digicert.com" /fd SHA256 @(dir "$folder\**\*"); } - rm -Force -Recurse -Verbose "Runtime"; mkdir -Force -Verbose "Runtime"; foreach ($arch in @("x86", "x64")) @@ -78,6 +77,7 @@ foreach ($arch in @("x86", "x64")) "Qt5Gui.dll", "Qt5Network.dll", "Qt5WebSockets.dll", + "Qt5WinExtras.dll" "Qt5Widgets.dll", "platforms", "styles"