summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-22 20:14:15 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-22 20:14:20 +0200
commit253df5f1d9e8915dfc62261dd338b96014dc1984 (patch)
treef68fcf6bb824ff063d140c1a5f2f4c0bd1ef4830
parentd005c0ab40b98a5d91a85e288715d948d25c2274 (diff)
updated windows deploy script
-rwxr-xr-xdeploy-win.bat14
1 files changed, 12 insertions, 2 deletions
diff --git a/deploy-win.bat b/deploy-win.bat
index dbd6e9a..c06733f 100755
--- a/deploy-win.bat
+++ b/deploy-win.bat
@@ -2,6 +2,16 @@ mkdir dist
cd dist
mkdir tikzit
cd tikzit
-cp ..\..\tikzit.exe .
+mkdir icons
-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
+copy ..\..\tikzfiles.reg .
+copy ..\..\release\tikzit.exe .
+copy ..\..\images\tikzdoc.ico icons\
+copy C:\Windows\System32\msvcp140.dll .
+copy C:\Windows\System32\vcruntime140.dll .
+
+windeployqt.exe --no-compiler-runtime --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 ..