mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 14:40:56 +00:00
Archive symbols from prebuilt libraries too
This commit is contained in:
@@ -69,9 +69,11 @@ popd
|
|||||||
|
|
||||||
echo Saving PDBs
|
echo Saving PDBs
|
||||||
for /r "%BUILD_FOLDER%" %%f in (*.pdb) do (
|
for /r "%BUILD_FOLDER%" %%f in (*.pdb) do (
|
||||||
copy "%%f" "%SYMBOLS_FOLDER%\"
|
copy "%%f" %SYMBOLS_FOLDER%
|
||||||
if !ERRORLEVEL! NEQ 0 goto Error
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
)
|
)
|
||||||
|
copy %SOURCE_ROOT%\libs\windows\lib\%ARCH%\*.pdb %SYMBOLS_FOLDER%
|
||||||
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
7z a %SYMBOLS_FOLDER%\MoonlightDebuggingSymbols.zip %SYMBOLS_FOLDER%\*.pdb
|
7z a %SYMBOLS_FOLDER%\MoonlightDebuggingSymbols.zip %SYMBOLS_FOLDER%\*.pdb
|
||||||
if !ERRORLEVEL! NEQ 0 goto Error
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user