修改:主题取消订阅无效 bug

git-svn-id: svn://47.119.165.148/zhub@98 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2021-02-03 08:01:57 +00:00
parent e532252ab5
commit ad3f7686ae
5 changed files with 32 additions and 13 deletions

View File

@@ -1,7 +1,10 @@
SET GOOS=linux
SET GOARCH=amd64
go build -o zhub.sh -ldflags "-s -w" ./main.go
go build -o zhub.sh -ldflags "-s -w" ./app.go
upx -9 zhub.sh
scp zhub.sh zhost:
scp zhub.sh xhost:/opt/zhub
scp zhub.sh zhost:/opt/zhub
scp zhub.sh qhost:/opt/zhub
scp zhub.sh nhost:/opt/zhub
del zhub.sh