加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pack.bat 698 Bytes
一键复制 编辑 原始数据 按行查看 历史
提交于 2022-12-20 13:40 .
@REM xcopy .\config.json.demo /S /Y .\bin\webp-server-go-linux\config.json
xcopy .\config.json.demo /S /Y .\bin\webp-server-go-windows\config.json
@REM xcopy .\static /S /Y .\bin\clear-darwin\static\
@REM 打包window
set GOOS=windows
go build -ldflags "-s -w" -o ./bin/webp-server-go-windows/webp-server-go.exe
.\upx.exe ./bin/webp-server-go-windows/webp-server-go.exe
@REM @REM # 1 目标平台的体系架构(386、amd64、arm)
@REM set GOARCH=amd64
@REM @REM #2 目标平台的操作系统(darwin、freebsd、linux、windows)
@REM set GOOS=linux
@REM go build -ldflags "-s -w" -o ./bin/webp-server-go-linux/webp-server-go
@REM .\upx.exe ./bin/webp-server-go-linux/webp-server-go
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化