提交 99f6a15e 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

update Makefile

上级 6084737a
......@@ -94,7 +94,7 @@ package_mac_client:
copy_files:
@echo 'start copy files'
@for platform in `ls ${OUT_DIR}`; \
do cp -r {demo} "${OUT_DIR}$${platform}"; done
do cp -r demo "${OUT_DIR}$${platform}"; done
zip:
@echo 'start zip'
......
......@@ -29,7 +29,9 @@ cd client && npm run package-win32 && cd ..
make compile_linux
cd client && npm run package-linux && cd ..
scp -r client/out/ztf-linux-x64/ 192.168.0.114:/home/aaron
scp -r ~/work/zentao/qiniu/ztf/3.0.0_beta/linux/ztf.zip 192.168.0.114:/home/aaron
make compile_mac
cd client && npm run package-mac && cd ..
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册