summaryrefslogtreecommitdiff
path: root/deploy-win.bat
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-12-20 22:59:00 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-12-20 22:59:00 +0100
commit51c4e402f86296cc84dbb462ac9cbd25b0dcd3f9 (patch)
tree243bbf30b9e2070862b109e62ee4a6241200bbb3 /deploy-win.bat
parent9e2724e96872d1dc320a00565152de227c836285 (diff)
fixed path in deploy file
Diffstat (limited to 'deploy-win.bat')
-rwxr-xr-xdeploy-win.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy-win.bat b/deploy-win.bat
index 20f85f6..0890d64 100755
--- a/deploy-win.bat
+++ b/deploy-win.bat
@@ -7,7 +7,7 @@ mkdir icons
copy ..\..\tikzfiles.reg .
copy ..\..\release\tikzit.exe .
copy ..\..\images\tikzdoc.ico icons\
-copy ..\..\win32-dist\*.dll .
+copy ..\..\win32-deps\bin\*.dll .
copy C:\OpenSSL-Win32\bin\libeay32.dll .
copy C:\OpenSSL-Win32\bin\ssleay32.dll .