From 8492482e559142e71d71d1bfbf6cbe14c0319ce4 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 26 Feb 2019 19:09:43 -0800 Subject: [PATCH] Add a script to create a zip of Qt PDBs --- scripts/create-qt-pdb-zip.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/create-qt-pdb-zip.bat diff --git a/scripts/create-qt-pdb-zip.bat b/scripts/create-qt-pdb-zip.bat new file mode 100644 index 00000000..c3082dd2 --- /dev/null +++ b/scripts/create-qt-pdb-zip.bat @@ -0,0 +1,4 @@ +rem Run from Qt command prompt without changing directories + +del symbols.zip +7z a symbols.zip *.pdb -r -xr!Qt5WebEngineCore* \ No newline at end of file