mirror of
https://github.com/rumanzo/bt2qbt.git
synced 2024-11-09 20:32:33 +01:00
build script added
This commit is contained in:
parent
438bb360c0
commit
35fe683ece
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.idea
|
||||
bt2qbt_v*
|
||||
|
6
build.sh
Executable file
6
build.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
GOOS=windows GOACH=amd64 go build -o bt2qbt_v${1}_amd64.exe
|
||||
GOOS=linux GOARCH=amd64 go build -o bt2qbt_v${1}_amd64_linux
|
||||
GOOS=darwin GOARCH=amd64 go build -o bt2qbt_v${1}_amd64_macos
|
||||
GOOS=linux GOARCH=386 go build -o bt2qbt_v${1}_i386_linux
|
||||
GOOS=linux GOARCH=386 go build -o bt2qbt_v${1}_i386.exe
|
Loading…
Reference in New Issue
Block a user