1 Star 0 Fork 4

jinxiu0406 / GoSubTitleSearcher

forked from Andyfoo / GoSubTitleSearcher 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
2_build_x64.bat 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andyfoo 提交于 2019-10-08 00:53 . update
go mod tidy
rem go build -ldflags="-H windowsgui" -o GoSubTitleSearcher.exe main.go
rsrc -arch amd64 -ico res/icon/app.ico -manifest main.manifest -o rsrc.syso.x64
rem rsrc -arch 386 -ico res/icon/app.ico -manifest main.manifest -o rsrc.syso.x32
copy /Y rsrc.syso.x64 rsrc.syso
TASKKILL /F /IM GoSubTitleSearcher.exe
TASKKILL /F /IM GoSubTitleSearcher_x64.exe
rice embed-go -i GoSubTitleSearcher/server
set GOARCH=amd64
go build -ldflags="-H windowsgui -s -w" -o GoSubTitleSearcher_x64.exe
_bin\upx -9 GoSubTitleSearcher_x64.exe
Go
1
https://gitee.com/link2t/GoSubTitleSearcher.git
git@gitee.com:link2t/GoSubTitleSearcher.git
link2t
GoSubTitleSearcher
GoSubTitleSearcher
master

搜索帮助