PDB for releases too

This commit is contained in:
Martin Rotter 2024-03-14 14:31:42 +01:00
parent 75ce4bb65a
commit 12754aa72a

View File

@ -161,10 +161,8 @@ Copy-Item -Path "$qt_sqldrivers_path\plugins\sqldrivers\qsqlmysql.dll" -Destinat
# Copy zlib. # Copy zlib.
Copy-Item -Path "$zlib_path\zlib1.dll" -Destination ".\app\" Copy-Item -Path "$zlib_path\zlib1.dll" -Destination ".\app\"
# Copy debug symbols for devbuilds. # Copy debug symbols.
if ($git_tag -eq "devbuild") { Copy-Item -Path ".\src\librssguard\rssguard.pdb" -Destination ".\app\"
Copy-Item -Path ".\src\librssguard\rssguard.pdb" -Destination ".\app\"
}
if ($use_webengine -eq "ON") { if ($use_webengine -eq "ON") {
# Copy libmpv and yt-dlp. # Copy libmpv and yt-dlp.