File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ _cgo_gotypes.go
1919_cgo_export. *
2020.qshell
2121qshell_ *
22+ qshell- *
2223_testmain.go
2324* .exe
2425* .test
Original file line number Diff line number Diff line change 1- VERSION =v2.4.1
2- WIN86 =qshell-windows-x86- $(VERSION ) .exe
3- WIN64 =qshell-windows-x64- $(VERSION ) .exe
4- DARWIN =qshell-darwin-x64- $(VERSION )
5- LINUX86 =qshell-linux-x86- $(VERSION )
6- LINUX64 =qshell-linux-x64- $(VERSION )
7- LINUXARM =qshell-linux-arm- $(VERSION )
1+ VERSION =v2.4.2
2+ WIN86 =qshell-$(VERSION ) -windows-x86 .exe
3+ WIN64 =qshell-$(VERSION ) -windows-x64 .exe
4+ DARWIN =qshell-$(VERSION ) -darwin-x64
5+ LINUX86 =qshell-$(VERSION ) -linux-x86
6+ LINUX64 =qshell-$(VERSION ) -linux-x64
7+ LINUXARM =qshell-$(VERSION ) -linux-arm
88LDFLAGS ='-extldflags "-static"'
99GO=GO111MODULE =on go
1010
You can’t perform that action at this time.
0 commit comments