summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2019-01-06 16:20:47 +0100
committerAleks Kissinger <aleks0@gmail.com>2019-01-06 16:20:47 +0100
commit561cc8b7ed11cbd9bb15d35491548acac57e1a70 (patch)
treefed2fecf08cf2f8f735ede5e4f8a5853f5706d98
parent6fd94bf97d9f6f6263262d7dd23f8f2c2e33d796 (diff)
include extra dll in windows dist
-rwxr-xr-xdeploy-win.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy-win.bat b/deploy-win.bat
index ba4d7b8..c40dd1d 100755
--- a/deploy-win.bat
+++ b/deploy-win.bat
@@ -10,6 +10,7 @@ copy ..\..\images\tikzdoc.ico icons\
copy ..\..\win32-deps\bin\*.dll .
copy C:\OpenSSL-Win32\bin\libeay32.dll .
copy C:\OpenSSL-Win32\bin\ssleay32.dll .
+copy C:\Windows\System32\msvcr120.dll .
windeployqt.exe --xml --no-webkit2 --no-angle --no-opengl-sw --no-system-d3d-compiler --no-translations --no-quick-import .\tikzit.exe