summaryrefslogtreecommitdiff
path: root/deploy-win.bat
blob: b9871f272c7540171d9efe4b001049a767c0dc9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 .

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 ..