mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 18:36:49 +01:00
deploy libmpv only if neeeded
This commit is contained in:
parent
6d9a970543
commit
04432cd1c4
@ -176,7 +176,7 @@ Copy-Item -Path "$zlib_path\zlib1.dll" -Destination ".\app\"
|
||||
# Copy debug symbols.
|
||||
Copy-Item -Path ".\src\librssguard\rssguard.pdb" -Destination ".\app\"
|
||||
|
||||
if ($use_webengine -eq "ON") {
|
||||
if ($use_libmpv -eq "ON") {
|
||||
# Copy libmpv and yt-dlp.
|
||||
Copy-Item -Path "$libmpv_path\libmpv*.dll" -Destination ".\app\"
|
||||
Copy-Item -Path "$ytdlp_path" -Destination ".\app\"
|
||||
|
Loading…
x
Reference in New Issue
Block a user