From 6cc196eaf2e0af11290c275e8d0c012f06c30147 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Sat, 5 Jan 2019 22:31:13 +0100 Subject: added XML to windows deploy script --- deploy-win.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-win.bat b/deploy-win.bat index 0890d64..ba4d7b8 100755 --- a/deploy-win.bat +++ b/deploy-win.bat @@ -11,7 +11,7 @@ copy ..\..\win32-deps\bin\*.dll . copy C:\OpenSSL-Win32\bin\libeay32.dll . copy C:\OpenSSL-Win32\bin\ssleay32.dll . -windeployqt.exe --no-webkit2 --no-angle --no-opengl-sw --no-system-d3d-compiler --no-translations --no-quick-import .\tikzit.exe +windeployqt.exe --xml --no-webkit2 --no-angle --no-opengl-sw --no-system-d3d-compiler --no-translations --no-quick-import .\tikzit.exe cd .. 7z a -tzip tikzit.zip tikzit -- cgit v1.2.3