summaryrefslogtreecommitdiff
path: root/deploy-win.bat
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-22 11:25:59 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-22 11:25:59 +0200
commitf0c92dbae31b12799d0622b8219d7841ab10464f (patch)
treef5926503dcc7f98abe5104362d63a04cb5c11948 /deploy-win.bat
parent24fbb3b7aca8dd5b957397a046d3cb71a00b324c (diff)
updated version in header and added deploy scripts
Diffstat (limited to 'deploy-win.bat')
-rwxr-xr-xdeploy-win.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/deploy-win.bat b/deploy-win.bat
new file mode 100755
index 0000000..dbd6e9a
--- /dev/null
+++ b/deploy-win.bat
@@ -0,0 +1,7 @@
+mkdir dist
+cd dist
+mkdir tikzit
+cd tikzit
+cp ..\..\tikzit.exe .
+
+windeployqt.exe --no-webkit2 --no-angle --no-opengl-sw --no-system-d3d-compiler --no-translations --no-quick-import .\tikzit.exe \ No newline at end of file