Add a script to create a zip of Qt PDBs

This commit is contained in:
Cameron Gutman 2019-02-26 19:09:43 -08:00
parent ac8183feee
commit 8492482e55

View 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*