1 Star 0 Fork 19

小蜗牛的长征/videoWater

forked from 风逝同学/videoWater 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
qianjianeng 提交于 2020-01-24 16:01 +08:00 . update
#!/usr/bin/env bash
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -o ./build/win32/vm.exe main.go
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ./build/win64/vm.exe main.go
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o ./build/mac/vm main.go
rm -f ./win32.zip
rm -f ./win64.zip
rm -f ./mac.zip
cp ./config1.toml ./build/win32/config.toml
cp ./config1.toml ./build/win64/config.toml
cp ./config1.toml ./build/mac/config.toml
zip -q -r win32.zip ./build/win32
zip -q -r win64.zip ./build/win64
zip -q -r mac.zip ./build/mac
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xwn/videoWater.git
[email protected]:xwn/videoWater.git
xwn
videoWater
videoWater
master

搜索帮助