1
0
Fork 0
forked from lthn/blockchain

fixed windows build script

This commit is contained in:
cryptozoidberg 2021-04-15 10:24:22 -05:00
parent efd0031aa9
commit 5d909f468a
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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
)