Fix build script (#351)

Former-commit-id: c07113320b
This commit is contained in:
2023-04-19 14:55:36 -06:00
committed by GitHub
parent 53fbc60f55
commit a3b3ac18b1
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} .