summaryrefslogtreecommitdiff
path: root/deploy-win.bat
blob: c40dd1d6930ab5fc3fc89e3dff04db27c77d5b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
mkdir dist
cd dist
mkdir tikzit
cd tikzit
mkdir icons

copy ..\..\tikzfiles.reg .
copy ..\..\release\tikzit.exe .
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

cd ..
7z a -tzip tikzit.zip tikzit
cd ..