mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-02 10:27:15 +01:00
PDB for releases too
This commit is contained in:
parent
75ce4bb65a
commit
12754aa72a
@ -161,10 +161,8 @@ Copy-Item -Path "$qt_sqldrivers_path\plugins\sqldrivers\qsqlmysql.dll" -Destinat
|
||||
# Copy zlib.
|
||||
Copy-Item -Path "$zlib_path\zlib1.dll" -Destination ".\app\"
|
||||
|
||||
# Copy debug symbols for devbuilds.
|
||||
if ($git_tag -eq "devbuild") {
|
||||
Copy-Item -Path ".\src\librssguard\rssguard.pdb" -Destination ".\app\"
|
||||
}
|
||||
# Copy debug symbols.
|
||||
Copy-Item -Path ".\src\librssguard\rssguard.pdb" -Destination ".\app\"
|
||||
|
||||
if ($use_webengine -eq "ON") {
|
||||
# Copy libmpv and yt-dlp.
|
||||
|
Loading…
x
Reference in New Issue
Block a user