summaryrefslogtreecommitdiff
path: root/deploy-win.bat
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-12-20 22:36:51 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-12-20 22:36:51 +0100
commit3b132a72ebc2694dfd1695e6a45e34e60fa1f75e (patch)
tree98048d9605c3807ccdefaf76e47a4b9dbba772dd /deploy-win.bat
parentfc24b3787a82a3b467fde9f52e1a5559160b7fe0 (diff)
parent52b50ae84813951e5cbc457153bd981e5a96bc2d (diff)
Merge branch 'poppler'
Diffstat (limited to 'deploy-win.bat')
-rwxr-xr-xdeploy-win.bat9
1 files changed, 4 insertions, 5 deletions
diff --git a/deploy-win.bat b/deploy-win.bat
index 1c19f40..20f85f6 100755
--- a/deploy-win.bat
+++ b/deploy-win.bat
@@ -7,12 +7,11 @@ mkdir icons
copy ..\..\tikzfiles.reg .
copy ..\..\release\tikzit.exe .
copy ..\..\images\tikzdoc.ico icons\
-copy C:\Windows\System32\msvcp140.dll .
-copy C:\Windows\System32\vcruntime140.dll .
-copy C:\OpenSSL-Win64\bin\libeay32.dll .
-copy C:\OpenSSL-Win64\bin\ssleay32.dll .
+copy ..\..\win32-dist\*.dll .
+copy C:\OpenSSL-Win32\bin\libeay32.dll .
+copy C:\OpenSSL-Win32\bin\ssleay32.dll .
-windeployqt.exe --no-compiler-runtime --no-webkit2 --no-angle --no-opengl-sw --no-system-d3d-compiler --no-translations --no-quick-import .\tikzit.exe
+windeployqt.exe --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