mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
specified x64
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
Compile All at once:
|
Compile All at once:
|
||||||
|
|
||||||
```
|
```
|
||||||
GOOS=windows GOARCH=amd64 go build -o bin/windows_chatubrate-dvr.exe &&
|
GOOS=windows GOARCH=amd64 go build -o bin/x64_windows_chatubrate-dvr.exe &&
|
||||||
GOOS=darwin GOARCH=amd64 go build -o bin/macos_chatubrate-dvr &&
|
GOOS=darwin GOARCH=amd64 go build -o bin/x64_macos_chatubrate-dvr &&
|
||||||
GOOS=linux GOARCH=amd64 go build -o bin/linux_chatubrate-dvr &&
|
GOOS=linux GOARCH=amd64 go build -o bin/x64_linux_chatubrate-dvr &&
|
||||||
GOOS=windows GOARCH=arm64 go build -o bin/arm64_windows_chatubrate-dvr.exe &&
|
GOOS=windows GOARCH=arm64 go build -o bin/arm64_windows_chatubrate-dvr.exe &&
|
||||||
GOOS=darwin GOARCH=arm64 go build -o bin/arm64_macos_chatubrate-dvr &&
|
GOOS=darwin GOARCH=arm64 go build -o bin/arm64_macos_chatubrate-dvr &&
|
||||||
GOOS=linux GOARCH=arm64 go build -o bin/arm64_linux_chatubrate-dvr
|
GOOS=linux GOARCH=arm64 go build -o bin/arm64_linux_chatubrate-dvr
|
||||||
@@ -12,9 +12,9 @@ GOOS=linux GOARCH=arm64 go build -o bin/arm64_linux_chatubrate-dvr
|
|||||||
or Compile for 64-bit Windows, macOS, Linux:
|
or Compile for 64-bit Windows, macOS, Linux:
|
||||||
|
|
||||||
```
|
```
|
||||||
GOOS=windows GOARCH=amd64 go build -o bin/windows_chatubrate-dvr.exe &&
|
GOOS=windows GOARCH=amd64 go build -o bin/x64_windows_chatubrate-dvr.exe &&
|
||||||
GOOS=darwin GOARCH=amd64 go build -o bin/macos_chatubrate-dvr &&
|
GOOS=darwin GOARCH=amd64 go build -o bin/x64_macos_chatubrate-dvr &&
|
||||||
GOOS=linux GOARCH=amd64 go build -o bin/linux_chatubrate-dvr
|
GOOS=linux GOARCH=amd64 go build -o bin/x64_linux_chatubrate-dvr
|
||||||
```
|
```
|
||||||
|
|
||||||
or for arm64 Windows, macOS, Linux:
|
or for arm64 Windows, macOS, Linux:
|
||||||
|
|||||||
Reference in New Issue
Block a user