Fix build script (#351)

This commit was merged in pull request #351.
This commit is contained in:
2023-04-19 14:55:36 -06:00
committed by GitHub
parent c4002dcc5c
commit c07113320b
2 changed files with 3 additions and 2 deletions
+1 -1
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} .