mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
Add a script to create a zip of Qt PDBs
This commit is contained in:
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*
|
||||
Reference in New Issue
Block a user