From 253df5f1d9e8915dfc62261dd338b96014dc1984 Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Mon, 22 Oct 2018 20:14:15 +0200 Subject: updated windows deploy script --- deploy-win.bat | 14 ++++++++++++-- 1 file 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 .. -- cgit v1.2.3