From 43233c4f76c5a96c08dcb033372294fbafbaf663 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Tue, 23 Oct 2018 11:32:29 +0200 Subject: added https again, and including OpenSSL libs in dist --- deploy-win.bat | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deploy-win.bat') diff --git a/deploy-win.bat b/deploy-win.bat index c06733f..1c19f40 100755 --- a/deploy-win.bat +++ b/deploy-win.bat @@ -9,6 +9,8 @@ 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 . windeployqt.exe --no-compiler-runtime --no-webkit2 --no-angle --no-opengl-sw --no-system-d3d-compiler --no-translations --no-quick-import .\tikzit.exe -- cgit v1.2.3