From 3a981911858553daab4af26af7e46e5b62b0034b Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Thu, 20 Dec 2018 22:28:41 +0100 Subject: updated CI scripts --- deploy-win.bat | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'deploy-win.bat') 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 -- cgit v1.2.3