fix windows ci release.
All checks were successful
All checks were successful
This commit is contained in:
parent
b8830003e8
commit
57a438b4d4
@ -51,11 +51,13 @@ function Deploy() {
|
||||
Copy-Item -Path $qtHome\bin\Qt6$module.dll -Destination $deployPath
|
||||
}
|
||||
|
||||
if (-Not (Test-Path -Path $deployPath\qml\QtCore)) {
|
||||
New-Item $deployPath\qml\QtCore -ItemType Directory
|
||||
$plugins = "qtqmlcoreplugin.dll", "qmldir", "plugins.qmltypes"
|
||||
foreach ($plugin in $plugins) {
|
||||
Copy-Item -Path $QtHome\qml\QtCore\$plugin -Destination $deployPath\qml\QtCore
|
||||
}
|
||||
}
|
||||
|
||||
Copy-Item $openSSLRoot\bin\libssl-3-x64.dll $deployPath
|
||||
Copy-Item $openSSLRoot\bin\libcrypto-3-x64.dll $deployPath
|
||||
|
Loading…
Reference in New Issue
Block a user