0ac5e44137
Creates a tar.gz with a static build of gocryptfs and the man page.
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
CGO_ENABLED=0 source ./build.bash -tags without_openssl
|