From 5d909f468ad33c679c92c7e494260202949dccb9 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 15 Apr 2021 10:24:22 -0500 Subject: [PATCH] fixed windows build script --- utils/build_script_windows.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/build_script_windows.bat b/utils/build_script_windows.bat index 0567963c..d1adaf8e 100644 --- a/utils/build_script_windows.bat +++ b/utils/build_script_windows.bat @@ -120,8 +120,8 @@ IF %ERRORLEVEL% NEQ 0 ( @echo "Add html" -cd %SOURCES_PATH%\src\gui\qt-daemon\ -zip -x layout/html/package.json layout/html/gulpfile.js layout/html/less/* -r %build_zip_path% html +cd %SOURCES_PATH%\src\gui\qt-daemon\layout +zip -x html/package.json html/gulpfile.js html/less/* -r %build_zip_path% html IF %ERRORLEVEL% NEQ 0 ( goto error )