mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
more sounds - added mac binary
This commit is contained in:
BIN
dist/GoBot-mac
vendored
Executable file
BIN
dist/GoBot-mac
vendored
Executable file
Binary file not shown.
BIN
dist/sounds/arf.dca
vendored
Normal file
BIN
dist/sounds/arf.dca
vendored
Normal file
Binary file not shown.
24
makefile
24
makefile
@@ -1,18 +1,20 @@
|
||||
run: clean linux copyconfig
|
||||
@./dist/GoBot-linux
|
||||
|
||||
windows:
|
||||
@GOOS=windows GOARCH=386 go build -o ./dist/GoBot-windows.exe ./src/main.go
|
||||
run:
|
||||
go run ./src/main.go
|
||||
|
||||
linux:
|
||||
@go build -o ./dist/GoBot-linux ./src/main.go
|
||||
go build -o ./dist/GoBot-linux ./src/main.go
|
||||
|
||||
mac:
|
||||
GOOS=darwin GOARCH=amd64 go build -o ./dist/GoBot-mac ./src/main.go
|
||||
|
||||
windows:
|
||||
GOOS=windows GOARCH=386 go build -o ./dist/GoBot-windows.exe ./src/main.go
|
||||
|
||||
clean:
|
||||
@rm -rf ./dist
|
||||
rm -rf ./dist
|
||||
|
||||
copyconfig:
|
||||
@cp config.template.json ./dist/config.json
|
||||
@cp -r ./sounds ./dist/
|
||||
|
||||
all: windows linux copyconfig
|
||||
cp config.template.json ./dist/config.json
|
||||
cp -r ./sounds ./dist/
|
||||
|
||||
all: linux mac windows copyconfig
|
||||
|
||||
BIN
sounds/arf.dca
Normal file
BIN
sounds/arf.dca
Normal file
Binary file not shown.
Reference in New Issue
Block a user