Skip to content

Commit

Permalink
build 脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
icetech233 committed Aug 31, 2020
1 parent 3a6d981 commit c361927
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
del *.exe
del go.sum

go build -ldflags "-s -w"
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module github.com/icetech233/bili-login

go 1.13
go 1.14

require (
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086 // indirect
)
require github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086 h1:RYiqpb2ii2Z6J4x0wxK46kvPBbFuZcdhS+CIztmYgZs=
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086/go.mod h1:PLPIyL7ikehBD1OAjmKKiOEhbvWyHGaNDjquXMcYABo=
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e h1:MRM5ITcdelLK2j1vwZ3Je0FKVCfqOLp5zO6trqMLYs0=
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e/go.mod h1:XV66xRDqSt+GTGFMVlhk3ULuV0y9ZmzeVGR4mloJI3M=
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/handashuai/bili-login/bili"
"github.com/icetech233/bili-login/bili"
)

func main() {
Expand Down

0 comments on commit c361927

Please sign in to comment.