microblocks 本地打包比较简单,以我们仓库为例:
git clone https://github.com/wwj718/elite_microblocks.git
cd elite_microblocks
git fetch -v
git branch
git remote -v
分支是 aimaker,git pull origin aimaker
如果不是 aimaker, 切换分支 git checkout aimaker, git pull origin aimaker
打包当前目录执行./build.sh
打包后文件在/apps
目前打包出来的安装包支持 windows,mac,linux