mirror of
https://github.com/rumanzo/bt2qbt.git
synced 2024-11-12 13:52:42 +01:00
commit
372e9fb928
5
build.sh
5
build.sh
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
GOOS=windows GOACH=amd64 go build -o bt2qbt_v${1}_amd64.exe
|
||||
GOOS=windows GOARCH=386 go build -o bt2qbt_v${1}_i386.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
|
||||
GOOS=darwin GOARCH=amd64 go build -o bt2qbt_v${1}_amd64_macos
|
||||
GOOS=darwin GOARCH=386 go build -o bt2qbt_v${1}_i386_macos
|
||||
|
Loading…
Reference in New Issue
Block a user