forked from lthn/blockchain
fixed windows build script
This commit is contained in:
parent
efd0031aa9
commit
5d909f468a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue