mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
8 lines
228 B
Bash
8 lines
228 B
Bash
#!/bin/bash
|
|
|
|
# Requires Go and Docker to be installed
|
|
# Run once initially: go get github.com/mattn/go-sqlite3
|
|
|
|
VERSION=$(cat version.txt)
|
|
|
|
xgo -targets linux/amd64,darwin/amd64,windows/amd64 -dest build -out "wakapi_$VERSION" . |