mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 07:15:27 +00:00
Add a script to create a zip of Qt PDBs
This commit is contained in:
parent
ac8183feee
commit
8492482e55
4
scripts/create-qt-pdb-zip.bat
Normal file
4
scripts/create-qt-pdb-zip.bat
Normal file
@ -0,0 +1,4 @@
|
||||
rem Run from Qt command prompt without changing directories
|
||||
|
||||
del symbols.zip
|
||||
7z a symbols.zip *.pdb -r -xr!Qt5WebEngineCore*
|
Loading…
x
Reference in New Issue
Block a user