summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2019-01-05 22:31:13 +0100
committerAleks Kissinger <aleks0@gmail.com>2019-01-05 22:31:13 +0100
commit6cc196eaf2e0af11290c275e8d0c012f06c30147 (patch)
treee7f4825913c33b16933cfb31c3150908b4326377
parent7d9ca91c2922ede0d21a856abf61c14d9ce7898a (diff)
added XML to windows deploy script
-rwxr-xr-xdeploy-win.bat2
1 files changed, 1 insertions, 1 deletions
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