mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
5 lines
214 B
Bash
Executable File
5 lines
214 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
GIT_HASH=$(git rev-parse HEAD)
|
|
echo "-X github.com/ddworken/hishtory/client/lib.GitCommit=$GIT_HASH -X github.com/ddworken/hishtory/client/lib.Version=`cat VERSION` -w -extldflags \"-static\""
|