David Boreham
80bbbafeb6
* Use separate build tag file * Implement new versioning scheme * Update workflow file
5 lines
168 B
Bash
Executable File
5 lines
168 B
Bash
Executable File
# Builds the shiv "package" for distribution
|
|
mkdir -p ./package
|
|
version_string=$( ./app/data/version.txt )
|
|
shiv -c laconic-so -o package/laconic-so-${version_string} .
|