mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 02:37:46 +01:00
fix path
This commit is contained in:
parent
297d980ab5
commit
ed4e0cf01e
@ -94,7 +94,7 @@ Copy-Item -Path "$openssl_base_path\bin\libcrypto*.dll" -Destination ".\app\"
|
||||
Copy-Item -Path "$openssl_base_path\bin\libssl*.dll" -Destination ".\app\"
|
||||
|
||||
# Copy MySQL.
|
||||
Copy-Item -Path "$maria_path\bin\libmariadb.dll" -Destination ".\app\"
|
||||
Copy-Item -Path "$maria_path\lib\libmariadb.dll" -Destination ".\app\"
|
||||
Copy-Item -Path "$qt_sqldrivers_path\plugins\sqldrivers\qsqlmysql.dll" -Destination ".\app\sqldrivers\" -Force
|
||||
|
||||
if ($webengine -eq "ON") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user