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"