Fix build script (#351)

Former-commit-id: c07113320b
This commit is contained in:
David Boreham 2023-04-19 14:55:36 -06:00 committed by GitHub
parent 53fbc60f55
commit a3b3ac18b1
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ laconic-so
laconic_stack_orchestrator.egg-info
__pycache__
*~
build
package
app/data/build_tag.txt

View File

@ -1,4 +1,4 @@
# Builds the shiv "package" for distribution
mkdir -p ./package
version_string=$( ./app/data/version.txt )
version_string=$( ./scripts/create_build_tag_file.sh )
shiv -c laconic-so -o package/laconic-so-${version_string} .